@haxall/haxall
Preparing search index...
node
crypto
PrivateKeyInput
Interface PrivateKeyInput
interface
PrivateKeyInput
{
encoding
?:
string
;
format
?:
KeyFormat
;
key
:
string
|
Buffer
<
ArrayBufferLike
>
;
passphrase
?:
string
|
Buffer
<
ArrayBufferLike
>
;
type
?:
"pkcs1"
|
"pkcs8"
|
"sec1"
;
}
Hierarchy (
View Summary
)
PrivateKeyInput
SignPrivateKeyInput
Index
Properties
encoding?
format?
key
passphrase?
type?
Properties
Optional
encoding
encoding
?:
string
Optional
format
format
?:
KeyFormat
key
key
:
string
|
Buffer
<
ArrayBufferLike
>
Optional
passphrase
passphrase
?:
string
|
Buffer
<
ArrayBufferLike
>
Optional
type
type
?:
"pkcs1"
|
"pkcs8"
|
"sec1"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
encoding
format
key
passphrase
type
@haxall/haxall
Loading...