toggle menu
trixnity-crypto
4.0.1
common
switch theme
search in API
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmDecrypterImpl
Olm
Decrypter
Impl
class
OlmDecrypterImpl
(
olmEncryptionService
:
OlmEncryptionService
)
:
OlmDecrypter
Members
Constructors
Olm
Decrypter
Impl
Link copied to clipboard
constructor
(
olmEncryptionService
:
OlmEncryptionService
)
Functions
handle
Olm
Event
Link copied to clipboard
open
suspend override
fun
handleOlmEvent
(
event
:
ClientEvent.ToDeviceEvent
<
EncryptedEventContent.OlmEncryptedEventContent
>
)
subscribe
Link copied to clipboard
open
override
fun
subscribe
(
eventSubscriber
:
DecryptedOlmEventSubscriber
)
:
Unsubscriber