trakteerjs
    Preparing search index...

    Interface EphemeralKeyInfo

    interface EphemeralKeyInfo {
        name?: string;
        size: number;
        type: string;
    }
    Index

    Properties

    Properties

    name?: string

    The name property is available only when type is 'ECDH'.

    size: number

    The size of parameter of an ephemeral key exchange.

    type: string

    The supported types are 'DH' and 'ECDH'.