DecryptException class
- Implemented types
Constructors
- DecryptException(String cause, [String? libolmMessage])
Properties
- cause ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- libolmMessage ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- channelCorrupted → const String
- decryptionFailed → const String
- isntSentForThisDevice → const String
- notEnabled → const String
- ownFingerprintDoesntMatch → const String
- recipientDoesntMatch → const String
- senderDoesntMatch → const String
- unableToDecryptWithAnyOlmSession → const String
- unknownAlgorithm → const String
- unknownMessageType → const String
- unknownSession → const String