OlmDecrypterImpl

class OlmDecrypterImpl(olmEncryptionService: OlmEncryptionService) : OlmDecrypter

Constructors

Link copied to clipboard
constructor(olmEncryptionService: OlmEncryptionService)

Functions

Link copied to clipboard
open suspend override fun handleOlmEvent(event: ClientEvent.ToDeviceEvent<EncryptedEventContent.OlmEncryptedEventContent>)
Link copied to clipboard
open override fun subscribe(eventSubscriber: DecryptedOlmEventSubscriber): Unsubscriber