Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
KeyExportOptions
P
cipher
P
format
P
passphrase
P
type
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
KeyExportOptions
P
cipher
P
format
P
passphrase
P
type
interface
crypto.KeyExportOptions
interface
KeyExportOptions
<
T
extends
KeyFormat
>
cipher
?
:
string
format
:
T
passphrase
?
:
string
|
Buffer
<
ArrayBufferLike
>
type
:
'pkcs1'
|
'spki'
|
'pkcs8'
|
'sec1'