matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.keysbackup
/
IBackupRecoveryKey
IBackup
Recovery
Key
interface
IBackupRecoveryKey
Content copied to clipboard
Functions
Inheritors
Functions
decrypt
V1
Link copied to clipboard
abstract
fun
decryptV1
(
ephemeralKey
:
String
,
mac
:
String
,
ciphertext
:
String
)
:
String
Content copied to clipboard
megolm
V1Public
Key
Link copied to clipboard
abstract
fun
megolmV1PublicKey
(
)
:
IMegolmV1PublicKey
Content copied to clipboard
to
Base58
Link copied to clipboard
abstract
fun
toBase58
(
)
:
String
Content copied to clipboard
to
Base64
Link copied to clipboard
abstract
fun
toBase64
(
)
:
String
Content copied to clipboard
Inheritors
BackupRecoveryKey
Link copied to clipboard