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, process
public SignedDataVerifier(SignedDataVerifierConfiguration config)
protected Object unmarshalInternal(InputStream is, org.apache.camel.Exchange exchange) throws Exception
unmarshalInternal
in class CryptoCmsUnmarshaller
Exception
protected String getFormatErrorMessage()
protected org.apache.camel.converter.stream.OutputStreamBuilder getOutputStream(org.bouncycastle.cms.CMSSignedDataParser sp, org.apache.camel.Exchange exchange) throws Exception
Exception
protected CryptoCmsException getContentMissingException(NullPointerException e)
protected void debugLog(org.bouncycastle.cms.CMSSignedDataParser sp) throws org.bouncycastle.cms.CMSException
org.bouncycastle.cms.CMSException
protected void verify(org.bouncycastle.cms.CMSSignedDataParser signed, org.apache.camel.Exchange exchange) throws Exception
Exception
protected String signerInformationToString(org.bouncycastle.cms.SignerInformation sigInfo)
protected String signersToString(org.bouncycastle.cms.SignerInformationStore signers)
Apache Camel