method ECDH.prototype.generateKeys
Jump to headingECDH.prototype.generateKeys(): BufferGenerates private and public EC Diffie-Hellman key values, and returns
the public key in the specified format and encoding. This key should be
transferred to the other party.
The format argument specifies point encoding and can be 'compressed' or 'uncompressed'. If format is not specified, the point will be returned in'uncompressed' format.
If encoding is provided a string is returned; otherwise a Buffer is returned.
Return Type Jump to heading
BufferJump to headingECDH.prototype.generateKeys(encoding: BinaryToTextEncoding,format?: ECDHKeyFormat,): stringParameters Jump to heading
Jump to headingencoding: BinaryToTextEncodingoptional
Jump to headingformat: ECDHKeyFormatReturn Type Jump to heading
string