Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
PrivateKeyExportOptions
P
cipher
P
format
P
passphrase
P
type
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
PrivateKeyExportOptions
P
cipher
P
format
P
passphrase
P
type
interface
crypto.PrivateKeyExportOptions
interface
PrivateKeyExportOptions
<
T
extends
PrivateKeyExportType
=
PrivateKeyExportType
>
cipher
?
:
string
format
:
'pem'
|
'der'
passphrase
?
:
string
|
Buffer
<
ArrayBufferLike
>
type
:
T