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-vodozemac
/
de.connect2x.trixnity.crypto.driver.vodozemac.megolm
/
VodozemacInboundGroupSession
Vodozemac
Inbound
Group
Session
@
JvmInline
value
class
VodozemacInboundGroupSession
(
val
inner
:
InboundGroupSession
)
:
InboundGroupSession
Members
Constructors
Vodozemac
Inbound
Group
Session
Link copied to clipboard
constructor
(
inner
:
InboundGroupSession
)
Properties
first
Known
Index
Link copied to clipboard
open
override
val
firstKnownIndex
:
Int
inner
Link copied to clipboard
val
inner
:
InboundGroupSession
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
)
:
VodozemacExportedSessionKey
?
export
At
First
Known
Index
Link copied to clipboard
open
override
fun
exportAtFirstKnownIndex
(
)
:
ExportedSessionKey
pickle
Link copied to clipboard
open
override
fun
pickle
(
pickleKey
:
PickleKey
?
)
:
String