trixnity-core
Toggle table of contents
4.22.0
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.keys
/
EncryptionAlgorithm
Encryption
Algorithm
@
Serializable
(
with
=
EncryptionAlgorithmSerializer::class
)
sealed
class
EncryptionAlgorithm
Inheritors
Megolm
Olm
Unknown
Members
Types
Megolm
Link copied to clipboard
@
Serializable
(
with
=
MegolmEncryptionAlgorithmSerializer::class
)
data
object
Megolm
:
EncryptionAlgorithm
Olm
Link copied to clipboard
@
Serializable
(
with
=
OlmEncryptionAlgorithmSerializer::class
)
data
object
Olm
:
EncryptionAlgorithm
Unknown
Link copied to clipboard
@
Serializable
(
with
=
UnknownEncryptionAlgorithmSerializer::class
)
data
class
Unknown
(
val
name
:
String
)
:
EncryptionAlgorithm
Properties
name
Link copied to clipboard
abstract
val
name
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String