trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.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
val
algorithm
:
String
bits
Link copied to clipboard
val
bits
:
Int
?
=
256
iterations
Link copied to clipboard
val
iterations
:
Int
salt
Link copied to clipboard
val
salt
:
String