Skip to main content
method DiffieHellman.prototype.getGenerator
DiffieHellman.prototype.getGenerator(): Buffer
Deprecated

Returns the Diffie-Hellman generator in the specified encoding. If encoding is provided a string is returned; otherwise a Buffer is returned.

Return Type

Buffer
DiffieHellman.prototype.getGenerator(encoding: BinaryToTextEncoding): string
Deprecated

Parameters

Return Type

string
Back to top