Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
X448KeyPairOptions
P
privateKeyEncoding
P
publicKeyEncoding
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
X448KeyPairOptions
P
privateKeyEncoding
P
publicKeyEncoding
interface
crypto.X448KeyPairOptions
interface
X448KeyPairOptions
<
PubF
extends
KeyFormat
,
PrivF
extends
KeyFormat
>
privateKeyEncoding
:
BasePrivateKeyEncodingOptions
<
PrivF
>
&
{
type
:
'pkcs8'
}
publicKeyEncoding
:
{
format
:
PubF
;
type
:
'spki'
}