Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
DHKeyPairOptions
P
generator
P
groupName
P
prime
P
primeLength
P
privateKeyEncoding
P
publicKeyEncoding
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
DHKeyPairOptions
P
generator
P
groupName
P
prime
P
primeLength
P
privateKeyEncoding
P
publicKeyEncoding
interface
crypto.DHKeyPairOptions
interface
DHKeyPairOptions
generator
?
:
number
groupName
?
:
string
prime
?
:
ArrayBufferView
<
ArrayBufferLike
>
primeLength
?
:
number
privateKeyEncoding
?
:
JwkKeyExportOptions
|
RawPrivateKeyExportOptions
|
PrivateKeyExportOptions
<
'pkcs8'
>
publicKeyEncoding
?
:
JwkKeyExportOptions
|
RawPublicKeyExportOptions
|
PublicKeyExportOptions
<
'spki'
>