toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.crypto
/
BasePrivateKeyEncodingOptions
Base
Private
Key
Encoding
Options
sealed
external
interface
BasePrivateKeyEncodingOptions
<
T
:
KeyFormat
>
(
source
)
Inheritors
DSAKeyPairOptionsPrivateKeyEncoding
ECKeyPairOptionsPrivateKeyEncoding
ED25519KeyPairOptionsPrivateKeyEncoding
ED448KeyPairOptionsPrivateKeyEncoding
RSAKeyPairOptionsPrivateKeyEncoding
RSAPSSKeyPairOptionsPrivateKeyEncoding
X25519KeyPairOptionsPrivateKeyEncoding
X448KeyPairOptionsPrivateKeyEncoding
Members
Properties
cipher
Link copied to clipboard
abstract
var
cipher
:
String
?
format
Link copied to clipboard
abstract
var
format
:
T
passphrase
Link copied to clipboard
abstract
var
passphrase
:
String
?