EcdhKeyDeriveParams

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Open source

EcdhKeyDeriveParams

The EcdhKeyDeriveParams represents the object that should be passed as the algorithm parameter into deriveBits, when using the ECDH algorithm.

ECDH is a secure communication method. Parties exchange public keys and use them with their private keys to generate a unique shared secret key.

Properties

PropertyTypeDescription
namestringAn algorithm name. Should be ECDH.
publicKeyCryptoKeyAnother party’s public key.