matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.securestorage
/
EncryptedSecretContent
/
EncryptedSecretContent
Encrypted
Secret
Content
constructor
(
@
Json
(
name
=
"ciphertext"
)
ciphertext
:
String
?
=
null
,
@
Json
(
name
=
"mac"
)
mac
:
String
?
=
null
,
@
Json
(
name
=
"ephemeral"
)
ephemeral
:
String
?
=
null
,
@
Json
(
name
=
"iv"
)
initializationVector
:
String
?
=
null
)