Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-node
/
node.crypto
/
MLKEMKeyPairOptions
MLKEMKey
Pair
Options
sealed
external
interface
MLKEMKeyPairOptions
<
PubF
:
KeyFormat
,
PrivF
:
KeyFormat
>
(
source
)
Inheritors
MLKEMKeyPairDerDerOptions
MLKEMKeyPairDerPemOptions
MLKEMKeyPairPemDerOptions
MLKEMKeyPairPemPemOptions
Members
Properties
private
Key
Encoding
Link copied to clipboard
abstract
var
privateKeyEncoding
:
MLKEMKeyPairOptionsPrivateKeyEncoding
<
PrivF
>
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
MLKEMKeyPairOptionsPublicKeyEncoding
<
PubF
>