Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-node
/
node.crypto
/
SLHDSAKeyPairOptions
SLHDSAKey
Pair
Options
sealed
external
interface
SLHDSAKeyPairOptions
<
PubF
:
KeyFormat
,
PrivF
:
KeyFormat
>
(
source
)
Inheritors
SLHDSAKeyPairDerDerOptions
SLHDSAKeyPairDerPemOptions
SLHDSAKeyPairPemDerOptions
SLHDSAKeyPairPemPemOptions
Members
Properties
private
Key
Encoding
Link copied to clipboard
abstract
var
privateKeyEncoding
:
SLHDSAKeyPairOptionsPrivateKeyEncoding
<
PrivF
>
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
SLHDSAKeyPairOptionsPublicKeyEncoding
<
PubF
>