RoomEncryptionAlgorithm

sealed class RoomEncryptionAlgorithm

Types

Link copied to clipboard
object Megolm : RoomEncryptionAlgorithm.SupportedAlgorithm
Link copied to clipboard
abstract class SupportedAlgorithm(val alg: String) : RoomEncryptionAlgorithm
Link copied to clipboard
data class UnsupportedAlgorithm(val name: String?) : RoomEncryptionAlgorithm

Inheritors

Link copied to clipboard
Link copied to clipboard