@haxall/haxall
    Preparing search index...

    Interface DiffieHellmanGroupConstructor

    interface DiffieHellmanGroupConstructor {
        new DiffieHellmanGroupConstructor(name: string): DiffieHellmanGroup;
        prototype: DiffieHellmanGroup;
        (name: string): DiffieHellmanGroup;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties