Package-level declarations

Types

Link copied to clipboard
class ClientOlmEncryptionServiceRequestHandler(api: MatrixClientServerApiClient) : OlmEncryptionServiceRequestHandler
Link copied to clipboard
class ClientOlmEventHandlerRequestHandler(api: MatrixClientServerApiClient) : OlmEventHandlerRequestHandler
Link copied to clipboard
class ClientOlmKeysChangeEmitter(api: MatrixClientServerApiClient) : OlmKeysChangeEmitter
Link copied to clipboard
class ClientOlmStore(accountStore: AccountStore, olmCryptoStore: OlmCryptoStore, keyStore: KeyStore, roomStateStore: RoomStateStore, loadMembersService: LoadMembersService) : OlmStore
Link copied to clipboard
class ClientSignServiceStore(olmCryptoStore: OlmCryptoStore, accountStore: AccountStore) : SignServiceStore

Functions

Link copied to clipboard
fun createCryptoModule(): Module