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, verifycertsToString, certToString, getConfiguration, issuerSerialNumberSubjectpublic SignedDataVerifierFromHeader(SignedDataVerifierConfiguration conf)
public void process(org.apache.camel.Exchange exchange)
throws Exception
process in interface org.apache.camel.Processorprocess in class CryptoCmsUnmarshallerExceptionprotected void processSignedDataHeader(org.apache.camel.Exchange exchange,
InputStream signature)
throws Exception
Exceptionprotected void unmarshalInternal(InputStream is, InputStream signature, org.apache.camel.Exchange exchange) throws Exception
ExceptionApache Camel