trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-crypto
/
de.connect2x.trixnity.crypto.olm
/
StoredOlmSession
Stored
Olm
Session
@
Serializable
data
class
StoredOlmSession
(
val
senderKey
:
KeyValue.Curve25519KeyValue
,
val
sessionId
:
String
,
val
lastUsedAt
:
Instant
,
val
createdAt
:
Instant
,
val
pickled
:
String
,
val
initiatedByThisDevice
:
Boolean
=
false
)
Members
Constructors
Stored
Olm
Session
Link copied to clipboard
constructor
(
senderKey
:
KeyValue.Curve25519KeyValue
,
sessionId
:
String
,
lastUsedAt
:
Instant
,
createdAt
:
Instant
,
pickled
:
String
,
initiatedByThisDevice
:
Boolean
=
false
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Instant
initiated
By
This
Device
Link copied to clipboard
val
initiatedByThisDevice
:
Boolean
last
Used
At
Link copied to clipboard
val
lastUsedAt
:
Instant
pickled
Link copied to clipboard
val
pickled
:
String
sender
Key
Link copied to clipboard
val
senderKey
:
KeyValue.Curve25519KeyValue
session
Id
Link copied to clipboard
val
sessionId
:
String