trixnity-crypto-core
Toggle table of contents
4.22.1
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto-core
trixnity-crypto-core
/
net.folivo.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