AuthenticationException class final

Thrown by Aead.open when the tag does not verify. Deliberately carries no detail: the data or the key/nonce/AAD are wrong, and that is all a caller should learn.

Implemented types

Constructors

AuthenticationException()
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
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