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
-
- Object
- CryptoException
- RsaRecoveryException
Constructors
- RsaRecoveryException(String message)
-
Creates a recovery failure with a non-sensitive
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited