PrivMX
DOCS
Toggle table of contents
Search in API
2.3
Select version
2.3
2.2
common
ios
jvm
Platform filter
common
ios
jvm
Switch theme
privmx-endpoint-kotlin
privmx-endpoint
/
com.simplito.kotlin.privmx_endpoint.modules.crypto
/
ExtKey
/
Companion
Companion
common
ios
jvm
expect
object
Companion
actual
object
Companion
actual
object
Companion
Members
Functions
from
Base58
Link copied to clipboard
common
ios
jvm
expect
fun
fromBase58
(
base58
:
String
)
:
ExtKey
Decodes ExtKey from Base58 format.
actual
fun
fromBase58
(
base58
:
String
)
:
ExtKey
Decodes ExtKey from Base58 format.
@
JvmStatic
actual
external
fun
fromBase58
(
base58
:
String
)
:
ExtKey
Decodes ExtKey from Base58 format.
from
Seed
Link copied to clipboard
common
ios
jvm
expect
fun
fromSeed
(
seed
:
ByteArray
)
:
ExtKey
Creates ExtKey from given seed.
actual
fun
fromSeed
(
seed
:
ByteArray
)
:
ExtKey
Creates ExtKey from given seed.
@
JvmStatic
actual
external
fun
fromSeed
(
seed
:
ByteArray
)
:
ExtKey
Creates ExtKey from given seed.
generate
Random
Link copied to clipboard
common
ios
jvm
expect
fun
generateRandom
(
)
:
ExtKey
Generates a new ExtKey.
actual
fun
generateRandom
(
)
:
ExtKey
Generates a new ExtKey.
@
JvmStatic
actual
external
fun
generateRandom
(
)
:
ExtKey
Generates a new ExtKey.