trixnity-crypto
3.2.0
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmEncryptionServiceRequestHandler
Olm
Encryption
Service
Request
Handler
interface
OlmEncryptionServiceRequestHandler
Functions
Functions
claim
Keys
Link copied to clipboard
abstract
suspend
fun
claimKeys
(
oneTimeKeys
:
Map
<
UserId
,
Map
<
String
,
KeyAlgorithm
>
>
)
:
Result
<
ClaimKeys.Response
>
send
To
Device
Link copied to clipboard
abstract
suspend
fun
<
C
:
ToDeviceEventContent
>
sendToDevice
(
events
:
Map
<
UserId
,
Map
<
String
,
C
>
>
)
:
Result
<
Unit
>