trixnity-crypto
3.10.4
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
DecryptionException
Decryption
Exception
sealed
class
DecryptionException
:
Exception
Inheritors
SenderDidNotSendMegolmKeysToUs
SenderDidNotEncryptForThisDeviceException
CouldNotDecrypt
PreventToManySessions
ValidationFailed
SessionException
OtherException
Members
Types
Could
Not
Decrypt
Link copied to clipboard
object
CouldNotDecrypt
:
DecryptionException
Other
Exception
Link copied to clipboard
class
OtherException
(
cause
:
Throwable
)
:
DecryptionException
Prevent
To
Many
Sessions
Link copied to clipboard
object
PreventToManySessions
:
DecryptionException
Sender
Did
Not
Encrypt
For
This
Device
Exception
Link copied to clipboard
object
SenderDidNotEncryptForThisDeviceException
:
DecryptionException
Sender
Did
Not
Send
Megolm
Keys
To
Us
Link copied to clipboard
object
SenderDidNotSendMegolmKeysToUs
:
DecryptionException
Session
Exception
Link copied to clipboard
class
SessionException
(
cause
:
OlmLibraryException
)
:
DecryptionException
Validation
Failed
Link copied to clipboard
class
ValidationFailed
(
message
:
String
)
:
DecryptionException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?