toggle menu
trixnity-core
4.3.0
common
switch theme
search in API
trixnity-core
/
net.folivo.trixnity.core.model.events.m.secretstorage
/
SecretKeyEventContent
/
AesHmacSha2Key
/
SecretStorageKeyPassphrase
Secret
Storage
Key
Passphrase
@
Serializable
(
with
=
SecretStorageKeyPassphraseSerializer::class
)
sealed
interface
SecretStorageKeyPassphrase
Inheritors
Pbkdf2
Unknown
Members
Types
Pbkdf2
Link copied to clipboard
@
Serializable
data
class
Pbkdf2
(
val
salt
:
String
,
val
iterations
:
Int
,
val
bits
:
Int
?
=
256
)
:
SecretKeyEventContent.AesHmacSha2Key.SecretStorageKeyPassphrase
Unknown
Link copied to clipboard
data
class
Unknown
(
val
raw
:
JsonObject
)
:
SecretKeyEventContent.AesHmacSha2Key.SecretStorageKeyPassphrase