Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-node
/
node.crypto
/
MLDSAKeyPairOptions
MLDSAKey
Pair
Options
sealed
external
interface
MLDSAKeyPairOptions
<
PubF
:
KeyFormat
,
PrivF
:
KeyFormat
>
(
source
)
Inheritors
MLDSAKeyPairDerDerOptions
MLDSAKeyPairDerPemOptions
MLDSAKeyPairPemDerOptions
MLDSAKeyPairPemPemOptions
Members
Properties
private
Key
Encoding
Link copied to clipboard
abstract
var
privateKeyEncoding
:
MLDSAKeyPairOptionsPrivateKeyEncoding
<
PrivF
>
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
MLDSAKeyPairOptionsPublicKeyEncoding
<
PubF
>