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