| Exception | Description |
|---|---|
| CryptoCmsException | |
| CryptoCmsFormatException |
Exception thrown when the decoding of an input stream to a cms object, like
singed data or enveloped data, fails.
|
| CryptoCmsInvalidKeyException |
Exception thrown during singing if the key type does not fit to the signature
algorithm.
|
| CryptoCmsNoCertificateForRecipientsException |
Exception thrown when no certificate in the keystore fits to the recipients
in the CMS enveloped data during the decryption process.
|
| CryptoCmsNoCertificateForSignerInfoException |
Is thrown when the signature validation fails because no certificate is found
the keystore which corresponds to the a specific signer information.
|
| CryptoCmsNoCertificateForSignerInfosException |
Is thrown when the signature validation fails because no certificate is found
in the keystore which corresponds to the sent signer infos.
|
| CryptoCmsNoKeyOrCertificateForAliasException |
Exception which is thrown when for a specified alias a key or certificate is
not found in the keystore.
|
| CryptoCmsSignatureException |
This exception is thrown if SignedData signature verification fails.
|
| CryptoCmsSignatureInvalidContentHashException |
This exception is thrown if the verification of a SignedData signature fails
because the hash calculated over the content does not match to the value of
signed MessageDigest attribute value.
|
| CryptoCmsVerifierCertificateNotValidException |
If the verifier tries to verify a signature with a certificate which is not
valid at the time given as the SignerInfo's signing time.
|
Apache Camel