Class JceAsymmetricValueDecryptorGenerator
java.lang.Object
org.bouncycastle.cert.crmf.jcajce.JceAsymmetricValueDecryptorGenerator
- All Implemented Interfaces:
ValueDecryptorGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValueDecryptor
(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) setProvider
(String providerName) setProvider
(Provider provider)
-
Constructor Details
-
JceAsymmetricValueDecryptorGenerator
-
-
Method Details
-
setProvider
-
setProvider
-
getValueDecryptor
public InputDecryptor getValueDecryptor(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CRMFException - Specified by:
getValueDecryptor
in interfaceValueDecryptorGenerator
- Throws:
CRMFException
-