@haxall/haxall
Preparing search index...
node
crypto
KeyExportOptions
Interface KeyExportOptions<T>
interface
KeyExportOptions
<
T
extends
KeyFormat
>
{
cipher
?:
string
;
format
:
T
;
passphrase
?:
string
|
Buffer
<
ArrayBufferLike
>
;
type
:
"pkcs1"
|
"spki"
|
"pkcs8"
|
"sec1"
;
}
Type Parameters
T
extends
KeyFormat
Index
Properties
cipher?
format
passphrase?
type
Properties
Optional
cipher
cipher
?:
string
format
format
:
T
Optional
passphrase
passphrase
?:
string
|
Buffer
<
ArrayBufferLike
>
type
type
:
"pkcs1"
|
"spki"
|
"pkcs8"
|
"sec1"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cipher
format
passphrase
type
@haxall/haxall
Loading...