Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
DSAKeyPairOptions
P
divisorLength
P
modulusLength
P
privateKeyEncoding
P
publicKeyEncoding
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
DSAKeyPairOptions
P
divisorLength
P
modulusLength
P
privateKeyEncoding
P
publicKeyEncoding
interface
crypto.DSAKeyPairOptions
interface
DSAKeyPairOptions
<
PubF
extends
KeyFormat
,
PrivF
extends
KeyFormat
>
divisorLength
:
number
Size of q in bits
modulusLength
:
number
Key size in bits
privateKeyEncoding
:
BasePrivateKeyEncodingOptions
<
PrivF
>
&
{
type
:
'pkcs8'
}
publicKeyEncoding
:
{
format
:
PubF
;
type
:
'spki'
}