Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-node
/
node.crypto
/
KeyType
Key
Type
sealed
external
interface
KeyType
(
source
)
Inheritors
mlDsa
mlKem
dh
dsa
ec
ed25519
ed448
mlDsa44
mlDsa65
mlDsa87
mlKem1024
mlKem512
mlKem768
rsaPss
rsa
x25519
x448
Members
Types
Companion
Link copied to clipboard
object
Companion
dh
Link copied to clipboard
sealed
interface
dh
:
KeyType
dsa
Link copied to clipboard
sealed
interface
dsa
:
KeyType
ec
Link copied to clipboard
sealed
interface
ec
:
KeyType
ed25519
Link copied to clipboard
sealed
interface
ed25519
:
KeyType
ed448
Link copied to clipboard
sealed
interface
ed448
:
KeyType
ml
Dsa
Link copied to clipboard
sealed
interface
mlDsa
:
KeyType
ml
Dsa44
Link copied to clipboard
sealed
interface
mlDsa44
:
KeyType
,
KeyType.mlDsa
ml
Dsa65
Link copied to clipboard
sealed
interface
mlDsa65
:
KeyType
,
KeyType.mlDsa
ml
Dsa87
Link copied to clipboard
sealed
interface
mlDsa87
:
KeyType
,
KeyType.mlDsa
ml
Kem
Link copied to clipboard
sealed
interface
mlKem
:
KeyType
ml
Kem1024
Link copied to clipboard
sealed
interface
mlKem1024
:
KeyType
,
KeyType.mlKem
ml
Kem512
Link copied to clipboard
sealed
interface
mlKem512
:
KeyType
,
KeyType.mlKem
ml
Kem768
Link copied to clipboard
sealed
interface
mlKem768
:
KeyType
,
KeyType.mlKem
rsa
Link copied to clipboard
sealed
interface
rsa
:
KeyType
rsa
Pss
Link copied to clipboard
sealed
interface
rsaPss
:
KeyType
x25519
Link copied to clipboard
sealed
interface
x25519
:
KeyType
x448
Link copied to clipboard
sealed
interface
x448
:
KeyType