Package | Description |
---|---|
org.apache.camel.component.crypto.cms.exception |
Modifier and Type | Class and Description |
---|---|
class |
CryptoCmsNoCertificateForSignerInfoException
Is thrown when the signature validation fails because no certificate is found
the keystore which corresponds to the a specific signer information.
|
class |
CryptoCmsNoCertificateForSignerInfosException
Is thrown when the signature validation fails because no certificate is found
in the keystore which corresponds to the sent signer infos.
|
class |
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.
|
class |
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