trixnity-crypto
Toggle table of contents
4.20.0
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
StoredInboundMegolmSession
/
StoredInboundMegolmSession
Stored
Inbound
Megolm
Session
constructor
(
senderKey
:
KeyValue.Curve25519KeyValue
,
senderSigningKey
:
KeyValue.Ed25519KeyValue
,
sessionId
:
String
,
roomId
:
RoomId
,
firstKnownIndex
:
Long
,
hasBeenBackedUp
:
Boolean
,
isTrusted
:
Boolean
,
forwardingCurve25519KeyChain
:
List
<
KeyValue.Curve25519KeyValue
>
,
pickled
:
String
)