trixnity-crypto
3.5.1
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmDecrypter
Olm
Decrypter
interface
OlmDecrypter
Inheritors
OlmDecrypterImpl
Members
Functions
handle
Olm
Event
Link copied to clipboard
abstract
suspend
fun
handleOlmEvent
(
event
:
Event
<
EncryptedEventContent.OlmEncryptedEventContent
>
)
subscribe
Link copied to clipboard
abstract
fun
subscribe
(
eventSubscriber
:
DecryptedOlmEventSubscriber
)
unsubscribe
Link copied to clipboard
abstract
fun
unsubscribe
(
eventSubscriber
:
DecryptedOlmEventSubscriber
)