public class SignedDataVerifier extends CryptoCmsUnmarshaller
| Constructor and Description |
|---|
SignedDataVerifier(SignedDataVerifierConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
attributesToString(Hashtable<String,org.bouncycastle.asn1.cms.Attribute> attributes) |
protected void |
debugLog(org.bouncycastle.cms.CMSSignedDataParser sp) |
protected CryptoCmsException |
getContentMissingException(NullPointerException e) |
protected String |
getFormatErrorMessage() |
protected org.apache.camel.converter.stream.OutputStreamBuilder |
getOutputStream(org.bouncycastle.cms.CMSSignedDataParser sp,
org.apache.camel.Exchange exchange) |
protected String |
signerInformationToString(org.bouncycastle.cms.SignerInformation sigInfo) |
protected String |
signersToString(org.bouncycastle.cms.SignerInformationStore signers) |
protected Object |
unmarshalInternal(InputStream is,
org.apache.camel.Exchange exchange) |
protected void |
verify(org.bouncycastle.cms.CMSSignedDataParser signed,
org.apache.camel.Exchange exchange) |
certsToString, certToString, getConfiguration, issuerSerialNumberSubject, processpublic SignedDataVerifier(SignedDataVerifierConfiguration config)
protected Object unmarshalInternal(InputStream is, org.apache.camel.Exchange exchange) throws Exception
unmarshalInternal in class CryptoCmsUnmarshallerExceptionprotected String getFormatErrorMessage()
protected org.apache.camel.converter.stream.OutputStreamBuilder getOutputStream(org.bouncycastle.cms.CMSSignedDataParser sp,
org.apache.camel.Exchange exchange)
throws Exception
Exceptionprotected CryptoCmsException getContentMissingException(NullPointerException e)
protected void debugLog(org.bouncycastle.cms.CMSSignedDataParser sp)
throws org.bouncycastle.cms.CMSException
org.bouncycastle.cms.CMSExceptionprotected void verify(org.bouncycastle.cms.CMSSignedDataParser signed,
org.apache.camel.Exchange exchange)
throws Exception
Exceptionprotected String signerInformationToString(org.bouncycastle.cms.SignerInformation sigInfo)
protected String signersToString(org.bouncycastle.cms.SignerInformationStore signers)
Apache Camel