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