Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
SignPrivateKeyInput
P
dsaEncoding
P
encoding
P
format
P
key
P
padding
P
passphrase
P
saltLength
P
type
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
SignPrivateKeyInput
P
dsaEncoding
P
encoding
P
format
P
key
P
padding
P
passphrase
P
saltLength
P
type
interface
crypto.SignPrivateKeyInput
interface
SignPrivateKeyInput
dsaEncoding
?
:
DSAEncoding
encoding
?
:
string
format
?
:
KeyFormat
key
:
string
|
Buffer
<
ArrayBufferLike
>
padding
?
:
number
passphrase
?
:
string
|
Buffer
<
ArrayBufferLike
>
saltLength
?
:
number
type
?
:
'pkcs1'
|
'pkcs8'
|
'sec1'