KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
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
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
cipher
format
passphrase
type
Github
KC's Workspace
Loading...