method ECDH.prototype.getPrivateKey
Jump to headingECDH.prototype.getPrivateKey(): Buffer
If encoding
is specified, a string is returned; otherwise a Buffer
is
returned.
Return Type Jump to heading
Buffer
The EC Diffie-Hellman in the specified encoding
.
Jump to headingECDH.prototype.getPrivateKey(encoding: BinaryToTextEncoding): string
Parameters Jump to heading
Jump to headingencoding: BinaryToTextEncoding
Return Type Jump to heading
string