PrivMX
DOCS
Toggle table of contents
Search in API
2.3
Select version
2.3
2.2
common
Platform filter
common
Switch theme
privmx-endpoint-kotlin
privmx-endpoint
/
com.simplito.kotlin.privmx_endpoint.model
/
BIP39
BIP39
data
class
BIP39
(
val
mnemonic
:
String
,
val
extKey
:
ExtKey
,
val
entropy
:
ByteArray
)
Class containing ECC generated key using BIP-39.
Members
Constructors
BIP39
Link copied to clipboard
constructor
(
mnemonic
:
String
,
extKey
:
ExtKey
,
entropy
:
ByteArray
)
Properties
entropy
Link copied to clipboard
val
entropy
:
ByteArray
BIP-39 entropy
ext
Key
Link copied to clipboard
val
extKey
:
ExtKey
BIP-39 Ecc Key
mnemonic
Link copied to clipboard
val
mnemonic
:
String
BIP-39 mnemonic
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int