toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.crypto
/
X25519KeyPairDerPemOptions
X25519Key
Pair
Der
Pem
Options
external
interface
X25519KeyPairDerPemOptions
:
X25519KeyPairOptions
<
KeyFormat.der
,
KeyFormat.pem
>
(
source
)
Members
Properties
private
Key
Encoding
Link copied to clipboard
abstract
var
privateKeyEncoding
:
X25519KeyPairOptionsPrivateKeyEncoding
<
KeyFormat.pem
>
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
X25519KeyPairOptionsPublicKeyEncoding
<
KeyFormat.der
>