toggle menu
trixnity-core
4.3.0
common
switch theme
search in API
trixnity-core
/
net.folivo.trixnity.core.model.events.m.secretstorage
/
SecretKeyEventContent
/
AesHmacSha2Key
/
AesHmacSha2EncryptedData
Aes
Hmac
Sha2Encrypted
Data
@
Serializable
data
class
AesHmacSha2EncryptedData
(
val
iv
:
String
,
val
ciphertext
:
String
,
val
mac
:
String
)
Members
Constructors
Aes
Hmac
Sha2Encrypted
Data
Link copied to clipboard
constructor
(
iv
:
String
,
ciphertext
:
String
,
mac
:
String
)
Properties
ciphertext
Link copied to clipboard
@
SerialName
(
value
=
"ciphertext"
)
val
ciphertext
:
String
iv
Link copied to clipboard
@
SerialName
(
value
=
"iv"
)
val
iv
:
String
mac
Link copied to clipboard
@
SerialName
(
value
=
"mac"
)
val
mac
:
String