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