toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
wallet
/
com.example.wallet.model
/
Cipher
Cipher
@
Serializable
data
class
Cipher
(
val
aes
:
Aes
,
val
ciphertext
:
String
,
val
kdf
:
Kdf
,
val
mac
:
String
)
Members
Constructors
Cipher
Link copied to clipboard
constructor
(
aes
:
Aes
,
ciphertext
:
String
,
kdf
:
Kdf
,
mac
:
String
)
Properties
aes
Link copied to clipboard
val
aes
:
Aes
ciphertext
Link copied to clipboard
@
SerialName
(
value
=
"cipherText"
)
val
ciphertext
:
String
kdf
Link copied to clipboard
val
kdf
:
Kdf
mac
Link copied to clipboard
val
mac
:
String