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-driver
/
de.connect2x.trixnity.crypto.driver.olm
/
Session
Session
interface
Session
:
AutoCloseable
Members
Properties
has
Received
Message
Link copied to clipboard
abstract
val
hasReceivedMessage
:
Boolean
session
Id
Link copied to clipboard
abstract
val
sessionId
:
String
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
decrypt
Link copied to clipboard
abstract
fun
decrypt
(
message
:
Message
)
:
String
encrypt
Link copied to clipboard
abstract
fun
encrypt
(
plaintext
:
String
)
:
Message
pickle
Link copied to clipboard
abstract
fun
pickle
(
pickleKey
:
PickleKey
?
=
null
)
:
String