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-core
/
de.connect2x.trixnity.crypto.core
/
AesHmacSha2EncryptedData
Aes
Hmac
Sha2Encrypted
Data
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
val
ciphertext
:
String
iv
Link copied to clipboard
val
iv
:
String
mac
Link copied to clipboard
val
mac
:
String