toggle menu
Ksui
2.2.0-SNAPSHOT
androidJvm
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.core.crypto
/
ED25519KeyDerive
ED25519Key
Derive
androidJvm
class
ED25519KeyDerive
(
val
key
:
ByteArray
,
val
chaincode
:
ByteArray
)
Members
Constructors
ED25519Key
Derive
Link copied to clipboard
androidJvm
constructor
(
key
:
ByteArray
,
chaincode
:
ByteArray
)
Types
Companion
Link copied to clipboard
androidJvm
object
Companion
Properties
chaincode
Link copied to clipboard
androidJvm
val
chaincode
:
ByteArray
key
Link copied to clipboard
androidJvm
val
key
:
ByteArray
Functions
derive
Link copied to clipboard
androidJvm
fun
derive
(
index
:
Int
)
:
ED25519KeyDerive
derive
From
Path
Link copied to clipboard
androidJvm
fun
deriveFromPath
(
path
:
String
=
DEFAULT_DERIVE_PATH
)
:
ED25519KeyDerive