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