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