Bouncy Castle Cryptography 1.66

org.bouncycastle.cert.crmf
Interface ValueDecryptorGenerator


public interface ValueDecryptorGenerator


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

Method Detail

getValueDecryptor

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

Bouncy Castle Cryptography 1.66