trixnity
5.2.0-SNAPSHOT.CI-20260302.101522
      Target filter
Search in API
Skip to content
    trixnity
trixnity-crypto/de.connect2x.trixnity.crypto.olm/OlmEncryptionService/EncryptOlmError

EncryptOlmError

sealed interface EncryptOlmError

Inheritors

OlmLibraryError
KeyNotFound
OneTimeKeyNetworkError
OneTimeKeyRemoteServerError
OneTimeKeyVerificationFailed
OneTimeKeyNotFound
DehydratedDeviceNotCrossSigned

Types

DehydratedDeviceNotCrossSigned
Link copied to clipboard
class DehydratedDeviceNotCrossSigned : OlmEncryptionService.EncryptOlmError, IllegalStateException
KeyNotFound
Link copied to clipboard
data class KeyNotFound(val keyAlgorithm: KeyAlgorithm) : OlmEncryptionService.EncryptOlmError, IllegalStateException
OlmLibraryError
Link copied to clipboard
data class OlmLibraryError(val error: CryptoDriverException) : OlmEncryptionService.EncryptOlmError, IllegalStateException
OneTimeKeyNetworkError
Link copied to clipboard
data class OneTimeKeyNetworkError(val error: Throwable) : OlmEncryptionService.EncryptOlmError, IllegalStateException
OneTimeKeyNotFound
Link copied to clipboard
data class OneTimeKeyNotFound(val keyAlgorithm: KeyAlgorithm) : OlmEncryptionService.EncryptOlmError, IllegalStateException
OneTimeKeyRemoteServerError
Link copied to clipboard
data class OneTimeKeyRemoteServerError(val keyAlgorithm: KeyAlgorithm, val server: String) : OlmEncryptionService.EncryptOlmError, IllegalStateException
OneTimeKeyVerificationFailed
Link copied to clipboard
data class OneTimeKeyVerificationFailed(val keyAlgorithm: KeyAlgorithm, val verifyResult: VerifyResult) : OlmEncryptionService.EncryptOlmError, IllegalStateException
Generated by Dokka
© 2026 connect2x GmbH