Key Backup Service Impl
class KeyBackupServiceImpl(userInfo: UserInfo, accountStore: AccountStore, olmCryptoStore: OlmCryptoStore, keyStore: KeyStore, api: MatrixClientServerApiClient, signService: SignService, currentSyncState: CurrentSyncState, scope: CoroutineScope) : KeyBackupService, EventHandler
Constructors
Link copied to clipboard
constructor(userInfo: UserInfo, accountStore: AccountStore, olmCryptoStore: OlmCryptoStore, keyStore: KeyStore, api: MatrixClientServerApiClient, signService: SignService, currentSyncState: CurrentSyncState, scope: CoroutineScope)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun keyBackupCanBeTrusted(keyBackupVersion: GetRoomKeysBackupVersionResponse, privateKey: String): Boolean
Link copied to clipboard
Link copied to clipboard