Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
RSAPSSKeyPairOptions
P
hashAlgorithm
P
mgf1HashAlgorithm
P
modulusLength
P
privateKeyEncoding
P
publicExponent
P
publicKeyEncoding
P
saltLength
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
RSAPSSKeyPairOptions
P
hashAlgorithm
P
mgf1HashAlgorithm
P
modulusLength
P
privateKeyEncoding
P
publicExponent
P
publicKeyEncoding
P
saltLength
interface
crypto.RSAPSSKeyPairOptions
interface
RSAPSSKeyPairOptions
hashAlgorithm
?
:
string
mgf1HashAlgorithm
?
:
string
modulusLength
:
number
privateKeyEncoding
?
:
JwkKeyExportOptions
|
RawPrivateKeyExportOptions
|
PrivateKeyExportOptions
<
'pkcs8'
>
publicExponent
?
:
number
publicKeyEncoding
?
:
JwkKeyExportOptions
|
RawPublicKeyExportOptions
|
PublicKeyExportOptions
<
'spki'
>
saltLength
?
:
string