method DiffieHellman.prototype.getGenerator
Jump to headingDiffieHellman.prototype.getGenerator(): BufferReturns the Diffie-Hellman generator in the specified encoding.
If encoding is provided a string is
returned; otherwise a Buffer is returned.
Return Type Jump to heading
BufferJump to headingDiffieHellman.prototype.getGenerator(encoding: BinaryToTextEncoding): stringParameters Jump to heading
Jump to headingencoding: BinaryToTextEncodingReturn Type Jump to heading
string