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-libolm
/
de.connect2x.trixnity.crypto.driver.libolm.olm
/
LibOlmSession
Lib
Olm
Session
@
JvmInline
value
class
LibOlmSession
(
inner
:
OlmSession
)
:
Session
Members
Constructors
Lib
Olm
Session
Link copied to clipboard
constructor
(
inner
:
OlmSession
)
Properties
has
Received
Message
Link copied to clipboard
open
override
val
hasReceivedMessage
:
Boolean
session
Id
Link copied to clipboard
open
override
val
sessionId
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
decrypt
Link copied to clipboard
open
override
fun
decrypt
(
message
:
Message
)
:
String
encrypt
Link copied to clipboard
open
override
fun
encrypt
(
plaintext
:
String
)
:
Message
pickle
Link copied to clipboard
open
override
fun
pickle
(
pickleKey
:
PickleKey
?
)
:
String