trixnity-crypto
3.10.4
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
StoredOlmSession
Stored
Olm
Session
@
Serializable
data
class
StoredOlmSession
(
val
senderKey
:
Key.Curve25519Key
,
val
sessionId
:
String
,
val
lastUsedAt
:
Instant
,
val
createdAt
:
Instant
=
Clock.System.now()
,
val
pickled
:
String
)
Members
Constructors
Stored
Olm
Session
Link copied to clipboard
constructor
(
senderKey
:
Key.Curve25519Key
,
sessionId
:
String
,
lastUsedAt
:
Instant
,
createdAt
:
Instant
=
Clock.System.now()
,
pickled
:
String
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Instant
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
:
Key.Curve25519Key
session
Id
Link copied to clipboard
val
sessionId
:
String