public class SignedDataVerifierFromHeader extends SignedDataVerifier
CryptoCmsConstants.CAMEL_CRYPTO_CMS_SIGNED_DATA
.Constructor and Description |
---|
SignedDataVerifierFromHeader(SignedDataVerifierConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.camel.Exchange exchange) |
protected void |
processSignedDataHeader(org.apache.camel.Exchange exchange,
InputStream signature) |
protected void |
unmarshalInternal(InputStream is,
InputStream signature,
org.apache.camel.Exchange exchange) |
attributesToString, debugLog, getContentMissingException, getFormatErrorMessage, getOutputStream, signerInformationToString, signersToString, unmarshalInternal, verify
certsToString, certToString, getConfiguration, issuerSerialNumberSubject
public SignedDataVerifierFromHeader(SignedDataVerifierConfiguration conf)
public void process(org.apache.camel.Exchange exchange) throws Exception
process
in interface org.apache.camel.Processor
process
in class CryptoCmsUnmarshaller
Exception
protected void processSignedDataHeader(org.apache.camel.Exchange exchange, InputStream signature) throws Exception
Exception
protected void unmarshalInternal(InputStream is, InputStream signature, org.apache.camel.Exchange exchange) throws Exception
Exception
Apache Camel