trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m.secretstorage
/
SecretKeyEventContent
/
AesHmacSha2Key
/
SecretStorageKeyPassphrase
Secret
Storage
Key
Passphrase
@
Serializable
(
with
=
SecretStorageKeyPassphraseSerializer::class
)
interface
SecretStorageKeyPassphrase
Types
Inheritors
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
Inheritors
Pbkdf2
Link copied to clipboard
Unknown
Link copied to clipboard