matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.securestorage
/
SsssPassphrase
Ssss
Passphrase
@
JsonClass
(
generateAdapter
=
true
)
data
class
SsssPassphrase
(
@
Json
(
name
=
"algorithm"
)
val
algorithm
:
String
?
,
@
Json
(
name
=
"iterations"
)
val
iterations
:
Int
,
@
Json
(
name
=
"salt"
)
val
salt
:
String
?
)
Members
Constructors
Ssss
Passphrase
Link copied to clipboard
constructor
(
@
Json
(
name
=
"algorithm"
)
algorithm
:
String
?
,
@
Json
(
name
=
"iterations"
)
iterations
:
Int
,
@
Json
(
name
=
"salt"
)
salt
:
String
?
)
Properties
algorithm
Link copied to clipboard
val
algorithm
:
String
?
iterations
Link copied to clipboard
val
iterations
:
Int
salt
Link copied to clipboard
val
salt
:
String
?