library
androidJvm
library
/
org.xmtp.android.library.messages
/
PrivateKeyBundleV1Builder
/
Companion
Companion
object
Companion
Members
Functions
build
From
Bundle
Link copied to clipboard
fun
buildFromBundle
(
bundleBytes
:
ByteArray
)
:
PrivateKeyBundleV1
encode
Data
Link copied to clipboard
fun
encodeData
(
privateKeyBundleV1
:
PrivateKeyBundleV1
)
:
String
from
Encoded
Data
Link copied to clipboard
fun
fromEncodedData
(
data
:
String
)
:
PrivateKeyBundleV1