Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
DSAKeyPairOptions
P
divisorLength
P
modulusLength
P
privateKeyEncoding
P
publicKeyEncoding
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
DSAKeyPairOptions
P
divisorLength
P
modulusLength
P
privateKeyEncoding
P
publicKeyEncoding
interface
crypto.DSAKeyPairOptions
interface
DSAKeyPairOptions
divisorLength
:
number
Size of q in bits
modulusLength
:
number
Key size in bits
privateKeyEncoding
?
:
JwkKeyExportOptions
|
PrivateKeyExportOptions
<
'pkcs8'
>
publicKeyEncoding
?
:
JwkKeyExportOptions
|
PublicKeyExportOptions
<
'spki'
>