Package org.bouncycastle.cert.crmf
Interface ValueDecryptorGenerator
- All Known Implementing Classes:
JceAsymmetricValueDecryptorGenerator
public interface ValueDecryptorGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongetValueDecryptor(AlgorithmIdentifier keyAlg, AlgorithmIdentifier symmAlg, byte[] encKey)
-
Method Details
-
getValueDecryptor
InputDecryptor getValueDecryptor(AlgorithmIdentifier keyAlg, AlgorithmIdentifier symmAlg, byte[] encKey) throws CRMFException - Throws:
CRMFException
-