⚠️ Internal: This API is not publically exported by the package.

      Interface EphemeralKeyInfo

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

      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'.