matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.keysbackup
/
BackupRecoveryKey
Backup
Recovery
Key
class
BackupRecoveryKey
:
IBackupRecoveryKey
Content copied to clipboard
Types
Constructors
Functions
Constructors
Backup
Recovery
Key
Link copied to clipboard
fun
BackupRecoveryKey
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
decrypt
V1
Link copied to clipboard
open
override
fun
decryptV1
(
ephemeralKey
:
String
,
mac
:
String
,
ciphertext
:
String
)
:
String
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
megolm
V1Public
Key
Link copied to clipboard
open
override
fun
megolmV1PublicKey
(
)
:
IMegolmV1PublicKey
Content copied to clipboard
to
Base58
Link copied to clipboard
open
override
fun
toBase58
(
)
:
String
Content copied to clipboard
to
Base64
Link copied to clipboard
open
override
fun
toBase64
(
)
:
String
Content copied to clipboard