Skip to main content
DiffieHellman.prototype.getPublicKey - node__crypto.d.ts - Node documentation
method DiffieHellman.prototype.getPublicKey

Usage in Deno

```typescript import { DiffieHellman } from "node:node__crypto.d.ts"; ```
DiffieHellman.prototype.getPublicKey(): Buffer
Returns the Diffie-Hellman public key in the specified `encoding`. If `encoding` is provided a string is returned; otherwise a `Buffer` is returned.

Return Type

Buffer
DiffieHellman.prototype.getPublicKey(encoding: BinaryToTextEncoding): string

Parameters

Return Type

string