CryptographicException class
Exception thrown when a cryptographic operation fails.
This includes failures during key derivation, random number generation, or other cryptographic operations that are not authentication-specific.
- Implemented types
Constructors
- CryptographicException(String message)
Properties
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