Class EncryptingUtils
- java.lang.Object
-
- org.apache.camel.component.as2.api.util.EncryptingUtils
-
public final class EncryptingUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.bouncycastle.operator.OutputEncryptor
createEncryptor(AS2EncryptionAlgorithm encryptionAlgorithm)
static org.bouncycastle.cms.CMSEnvelopedDataGenerator
createEnvelopDataGenerator(Certificate[] encryptionCertificateChain)
-
-
-
Method Detail
-
createEnvelopDataGenerator
public static org.bouncycastle.cms.CMSEnvelopedDataGenerator createEnvelopDataGenerator(Certificate[] encryptionCertificateChain) throws org.apache.http.HttpException
- Throws:
org.apache.http.HttpException
-
createEncryptor
public static org.bouncycastle.operator.OutputEncryptor createEncryptor(AS2EncryptionAlgorithm encryptionAlgorithm) throws org.apache.http.HttpException
- Throws:
org.apache.http.HttpException
-
-