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.megolm
/
LibOlmInboundGroupSession
Lib
Olm
Inbound
Group
Session
@
JvmInline
value
class
LibOlmInboundGroupSession
(
val
inner
:
OlmInboundGroupSession
)
:
InboundGroupSession
Members
Constructors
Lib
Olm
Inbound
Group
Session
Link copied to clipboard
constructor
(
inner
:
OlmInboundGroupSession
)
Properties
first
Known
Index
Link copied to clipboard
open
override
val
firstKnownIndex
:
Int
inner
Link copied to clipboard
val
inner
:
OlmInboundGroupSession
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
:
MegolmMessage
)
:
InboundGroupSession.DecryptedMessage
export
At
Link copied to clipboard
open
override
fun
exportAt
(
index
:
Int
)
:
LibOlmExportedSessionKey
export
At
First
Known
Index
Link copied to clipboard
open
override
fun
exportAtFirstKnownIndex
(
)
:
LibOlmExportedSessionKey
pickle
Link copied to clipboard
open
override
fun
pickle
(
pickleKey
:
PickleKey
?
)
:
String