matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
RoomEncryptionAlgorithm
Room
Encryption
Algorithm
sealed
class
RoomEncryptionAlgorithm
Inheritors
SupportedAlgorithm
UnsupportedAlgorithm
Members
Types
Megolm
Link copied to clipboard
object
Megolm
:
RoomEncryptionAlgorithm.SupportedAlgorithm
Supported
Algorithm
Link copied to clipboard
abstract
class
SupportedAlgorithm
(
val
alg
:
String
)
:
RoomEncryptionAlgorithm
Unsupported
Algorithm
Link copied to clipboard
data
class
UnsupportedAlgorithm
(
val
name
:
String
?
)
:
RoomEncryptionAlgorithm