com.fitbur.bouncycastle.cert.crmf.ValueDecryptorGenerator Maven / Gradle / Ivy
package com.fitbur.bouncycastle.cert.crmf;
import com.fitbur.bouncycastle.asn1.x509.AlgorithmIdentifier;
import com.fitbur.bouncycastle.operator.InputDecryptor;
public interface ValueDecryptorGenerator
{
InputDecryptor getValueDecryptor(AlgorithmIdentifier keyAlg, AlgorithmIdentifier symmAlg, byte[] encKey)
throws CRMFException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy