@haxall/haxall
Preparing search index...
node
crypto
SignPrivateKeyInput
Interface 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"
;
}
Hierarchy (
View Summary
)
PrivateKeyInput
SigningOptions
SignPrivateKeyInput
Index
Properties
dsa
Encoding?
encoding?
format?
key
padding?
passphrase?
salt
Length?
type?
Properties
Optional
dsa
Encoding
dsaEncoding
?:
DSAEncoding
Optional
encoding
encoding
?:
string
Optional
format
format
?:
KeyFormat
key
key
:
string
|
Buffer
<
ArrayBufferLike
>
Optional
padding
padding
?:
number
See
crypto.constants.RSA_PKCS1_PADDING
Optional
passphrase
passphrase
?:
string
|
Buffer
<
ArrayBufferLike
>
Optional
salt
Length
saltLength
?:
number
Optional
type
type
?:
"pkcs1"
|
"pkcs8"
|
"sec1"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dsa
Encoding
encoding
format
key
padding
passphrase
salt
Length
type
@haxall/haxall
Loading...
See
crypto.constants.RSA_PKCS1_PADDING