Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cert.crmf
Interface ValueDecryptorGenerator

All Known Implementing Classes:
JceAsymmetricValueDecryptorGenerator

public interface ValueDecryptorGenerator


Method Summary
 InputDecryptor getValueDecryptor(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier symmAlg, byte[] encKey)
           
 

Method Detail

getValueDecryptor

InputDecryptor getValueDecryptor(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyAlg,
                                 org.bouncycastle.asn1.x509.AlgorithmIdentifier symmAlg,
                                 byte[] encKey)
                                 throws CRMFException
Throws:
CRMFException

Bouncy Castle Cryptography Library 1.46