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-core
/
de.connect2x.trixnity.core.model.keys
/
RoomKeyBackupSessionData
Room
Key
Backup
Session
Data
@
Serializable
(
with
=
RoomKeyBackupSessionData.Serializer::class
)
sealed
interface
RoomKeyBackupSessionData
Inheritors
EncryptedRoomKeyBackupV1SessionData
Members
Types
Encrypted
Room
Key
Backup
V1Session
Data
Link copied to clipboard
@
Serializable
data
class
EncryptedRoomKeyBackupV1SessionData
(
val
ciphertext
:
String
,
val
ephemeral
:
KeyValue.Curve25519KeyValue
,
val
mac
:
String
)
:
RoomKeyBackupSessionData
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
RoomKeyBackupSessionData
>