Class EcdhParams

ECDH parameters

Implements

Constructors

Properties

Methods

Constructors

  • Creates an instance of EcdhParams

    Parameters

    • kdf: EcKdf

      key derivation function used on the shared secret value

    • sharedData: null | Buffer = null

      some data shared between the two parties

    • publicData: null | Buffer = null

      other party's EC public key value

    Returns EcdhParams

Properties

kdf: EcKdf

Key derivation function used on the shared secret value

publicData: Buffer

Other party's EC public key value

sharedData: Buffer

Some data shared between the two parties

type: MechParams = MechParams.EcDH

Methods

Generated using TypeDoc