Exception | Description |
---|---|
IncorrectOpenPGPSignatureException |
An OpenPGP signature is not correct.
|
InvalidEncryptionKeyException |
Exception that gets thrown if the user tries to encrypt a message for an
OpenPGPCertificate that does not contain any usable, valid encryption keys. |
InvalidSigningKeyException | |
KeyPassphraseException | |
MalformedOpenPGPSignatureException |
An OpenPGP Signature is malformed (missing required subpackets, etc.).
|
MissingIssuerCertException |
The OpenPGP certificate (public key) required to verify a signature is not available.
|
OpenPGPKeyException |
Exception representing an unusable or invalid
OpenPGPKey
or OpenPGPCertificate . |
OpenPGPSignatureException |