Interface ValueDecryptorGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.bouncycastle.operator.InputDecryptor getValueDecryptor​(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyAlg, org.bouncycastle.asn1.x509.AlgorithmIdentifier symmAlg, byte[] encKey)  
    • Method Detail

      • getValueDecryptor

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