KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
PrivateKeyExportOptions
Interface PrivateKeyExportOptions<T>
interface
PrivateKeyExportOptions
<
T
extends
PrivateKeyExportType
=
PrivateKeyExportType
,
>
{
cipher
?:
string
;
format
:
"pem"
|
"der"
;
passphrase
?:
string
|
Buffer
<
ArrayBufferLike
>
;
type
:
T
;
}
Type Parameters
T
extends
PrivateKeyExportType
=
PrivateKeyExportType
Index
Properties
cipher?
format
passphrase?
type
Properties
Optional
cipher
cipher
?:
string
format
format
:
"pem"
|
"der"
Optional
passphrase
passphrase
?:
string
|
Buffer
<
ArrayBufferLike
>
type
type
:
T
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...