Preparing search index...
The search index is not available
@xylabs/sdk-js
@xylabs/sdk-js
Crypto
SignPrivateKeyInput
Interface SignPrivateKeyInput
interface
SignPrivateKeyInput
{
dsaEncoding
?:
DSAEncoding
;
encoding
?:
string
;
format
?:
Crypto
.
KeyFormat
;
key
:
string
|
Buffer
;
padding
?:
number
;
passphrase
?:
string
|
Buffer
;
saltLength
?:
number
;
type
?:
"pkcs1"
|
"pkcs8"
|
"sec1"
;
}
Hierarchy (
view full
)
PrivateKeyInput
SigningOptions
SignPrivateKeyInput
Index
Properties
dsa
Encoding?
encoding?
format?
key
padding?
passphrase?
salt
Length?
type?
Properties
Optional
dsa
Encoding
dsa
Encoding
?:
DSAEncoding
Optional
encoding
encoding
?:
string
Optional
format
format
?:
Crypto
.
KeyFormat
key
key
:
string
|
Buffer
Optional
padding
padding
?:
number
See
crypto.constants.RSA_PKCS1_PADDING
Optional
passphrase
passphrase
?:
string
|
Buffer
Optional
salt
Length
salt
Length
?:
number
Optional
type
type
?:
"pkcs1"
|
"pkcs8"
|
"sec1"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dsa
Encoding
encoding
format
key
padding
passphrase
salt
Length
type
@xylabs/sdk-js
Loading...
See
crypto.constants.RSA_PKCS1_PADDING