trixnity-crypto
3.2.0
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
StoredOlmSession
/
StoredOlmSession
Stored
Olm
Session
fun
StoredOlmSession
(
senderKey
:
Key.Curve25519Key
,
sessionId
:
String
,
lastUsedAt
:
Instant
,
createdAt
:
Instant
=
Clock.System.now()
,
pickled
:
String
)