Interface DiffieHellmanGroupConstructor

interface DiffieHellmanGroupConstructor {
    new DiffieHellmanGroupConstructornew (name: string): Crypto.DiffieHellmanGroup;
    prototype: Crypto.DiffieHellmanGroup;
    (name: string): Crypto.DiffieHellmanGroup;
}

Constructors

Properties

Constructors

Properties