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-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.device
/
DehydratedDeviceData
/
DehydrationV2Compatibility
Dehydration
V2Compatibility
@
Serializable
data
class
DehydrationV2Compatibility
(
val
iv
:
String
,
val
encryptedDevicePickle
:
String
,
val
mac
:
String
)
:
DehydratedDeviceData
Members
Constructors
Dehydration
V2Compatibility
Link copied to clipboard
constructor
(
iv
:
String
,
encryptedDevicePickle
:
String
,
mac
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
algorithm
Link copied to clipboard
@
SerialName
(
value
=
"algorithm"
)
open
override
val
algorithm
:
String
encrypted
Device
Pickle
Link copied to clipboard
@
SerialName
(
value
=
"encrypted_device_pickle"
)
val
encryptedDevicePickle
:
String
iv
Link copied to clipboard
@
SerialName
(
value
=
"iv"
)
val
iv
:
String
mac
Link copied to clipboard
@
SerialName
(
value
=
"mac"
)
val
mac
:
String