trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m.secretstorage
/
SecretKeyEventContent
/
AesHmacSha2Key
/
SecretStorageKeyPassphrase
/
Pbkdf2
Pbkdf2
@
Serializable
data
class
Pbkdf2
(
val
salt
:
String
,
val
iterations
:
Int
,
val
bits
:
Int
?
=
256
)
:
SecretKeyEventContent.AesHmacSha2Key.SecretStorageKeyPassphrase
Members
Constructors
Pbkdf2
Link copied to clipboard
constructor
(
salt
:
String
,
iterations
:
Int
,
bits
:
Int
?
=
256
)
Properties
algorithm
Link copied to clipboard
@
SerialName
(
value
=
"algorithm"
)
val
algorithm
:
String
bits
Link copied to clipboard
@
SerialName
(
value
=
"bits"
)
val
bits
:
Int
?
iterations
Link copied to clipboard
@
SerialName
(
value
=
"iterations"
)
val
iterations
:
Int
salt
Link copied to clipboard
@
SerialName
(
value
=
"salt"
)
val
salt
:
String