Exceptions related to OpenPGP operations.
Classes
| Class | Description | |
|---|---|---|
| FileIsEncryptedException |
Exception that indicates that a file is encrypted.
This exception is thrown when we want to verify that a file was not only signed but signed and encrypted. | |
| IntegrityCheckException |
Exception that indicates that the data is corrupted.
| |
| KeyIsExpiredException |
Exception that indicates that a public key has expired.
This exception is thrown when we want to encrypt content with an OpenPGP key and that key has already expired. | |
| KeyIsRevokedException |
Exception indicating that a public key is revoked.
This exception is thrown when we want to encrypt content with an OpenPGP key and that key has already been revoked. | |
| WrongPasswordException |
This exception indicates that we have supplied a wrong password
for an OpenPGP private key.
| |
| WrongPrivateKeyException |
This exception indicates that a private key has not been found
in a supplied file/stream parameter or KeyStore
or a private key is not suitable for decryption or signing.
| |
| WrongPublicKeyException |
Exception that indicates that a public key has not been found
in a supplied file/stream parameter or KeyStore.
|