RsaRecoveryException class final

Thrown when an RSA PKCS#1 v1.5 block-type-1 payload cannot be recovered.

The failure intentionally does not reveal which block validation check rejected the input.

Inheritance

Constructors

RsaRecoveryException(String message)
Creates a recovery failure with a non-sensitive message.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited