Trakteer.js
    Preparing search index...

    Interface EphemeralKeyInfo

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

    Properties

    Properties

    type: string

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

    name?: string

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

    size: number

    The size of parameter of an ephemeral key exchange.