diffieHellman.getPrivateKey([encoding])
Returns the Diffie-Hellman private key in the specified encoding
, which can be 'binary'
, 'hex'
, or 'base64'
. If encoding
is provided a string is returned; otherwise a Buffer
is returned.
diffieHellman.getPrivateKey([encoding])
Returns the Diffie-Hellman private key in the specified encoding
, which can be 'binary'
, 'hex'
, or 'base64'
. If encoding
is provided a string is returned; otherwise a Buffer
is returned.
Please login to continue.