public class EnvelopedDataDecryptor extends CryptoCmsUnmarshaller
| Constructor and Description |
|---|
EnvelopedDataDecryptor(EnvelopedDataDecryptorConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
attributesToString(Hashtable<String,org.bouncycastle.asn1.cms.Attribute> attributes) |
protected void |
debugLog(org.bouncycastle.cms.CMSEnvelopedDataParser parser) |
protected String |
recipientsToString(Collection<org.bouncycastle.cms.RecipientInformation> recipients) |
protected String |
recipientToString(org.bouncycastle.cms.RecipientInformation recipient) |
protected Object |
unmarshalInternal(InputStream is,
org.apache.camel.Exchange exchange) |
certsToString, certToString, getConfiguration, issuerSerialNumberSubject, processpublic EnvelopedDataDecryptor(EnvelopedDataDecryptorConfiguration conf)
protected Object unmarshalInternal(InputStream is, org.apache.camel.Exchange exchange) throws Exception
unmarshalInternal in class CryptoCmsUnmarshallerExceptionprotected void debugLog(org.bouncycastle.cms.CMSEnvelopedDataParser parser)
protected String recipientsToString(Collection<org.bouncycastle.cms.RecipientInformation> recipients)
protected String recipientToString(org.bouncycastle.cms.RecipientInformation recipient)
Apache Camel