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, process
public EnvelopedDataDecryptor(EnvelopedDataDecryptorConfiguration conf)
protected Object unmarshalInternal(InputStream is, org.apache.camel.Exchange exchange) throws Exception
unmarshalInternal
in class CryptoCmsUnmarshaller
Exception
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)
Apache Camel