Preparing search index...
The search index is not available
@xylabs/sdk-js
@xylabs/sdk-js
Crypto
KeyExportOptions
Interface KeyExportOptions<T>
interface
KeyExportOptions
<
T
>
{
cipher
?:
string
;
format
:
T
;
passphrase
?:
string
|
Buffer
;
type
:
|
"pkcs1"
|
"spki"
|
"pkcs8"
|
"sec1"
;
}
Type Parameters
T
extends
Crypto
.
KeyFormat
Index
Properties
cipher?
format
passphrase?
type
Properties
Optional
cipher
cipher
?:
string
format
format
:
T
Optional
passphrase
passphrase
?:
string
|
Buffer
type
type
:
|
"pkcs1"
|
"spki"
|
"pkcs8"
|
"sec1"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cipher
format
passphrase
type
@xylabs/sdk-js
Loading...