trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.keys
/
DeviceKeys
Device
Keys
@
Serializable
data
class
DeviceKeys
(
val
userId
:
UserId
,
val
deviceId
:
String
,
val
algorithms
:
Set
<
EncryptionAlgorithm
>
,
val
keys
:
Keys
)
Members
Constructors
Device
Keys
Link copied to clipboard
constructor
(
userId
:
UserId
,
deviceId
:
String
,
algorithms
:
Set
<
EncryptionAlgorithm
>
,
keys
:
Keys
)
Properties
algorithms
Link copied to clipboard
val
algorithms
:
Set
<
EncryptionAlgorithm
>
device
Id
Link copied to clipboard
val
deviceId
:
String
keys
Link copied to clipboard
val
keys
:
Keys
user
Id
Link copied to clipboard
val
userId
:
UserId