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.megolm
/
InboundGroupSession
Inbound
Group
Session
interface
InboundGroupSession
:
AutoCloseable
Members
Types
Decrypted
Message
Link copied to clipboard
data
class
DecryptedMessage
(
val
plaintext
:
String
,
val
messageIndex
:
Int
)
Properties
first
Known
Index
Link copied to clipboard
abstract
val
firstKnownIndex
:
Int
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
:
MegolmMessage
)
:
InboundGroupSession.DecryptedMessage
export
At
Link copied to clipboard
abstract
fun
exportAt
(
index
:
Int
)
:
ExportedSessionKey
?
export
At
First
Known
Index
Link copied to clipboard
abstract
fun
exportAtFirstKnownIndex
(
)
:
ExportedSessionKey
pickle
Link copied to clipboard
abstract
fun
pickle
(
pickleKey
:
PickleKey
?
=
null
)
:
String