blob: d50e6a7bc842d79d5c345fe0285b0b2c4311679b [file] [log] [blame]
package org.bouncycastle.operator;
import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
public interface InputDecryptorProvider
{
public InputDecryptor get(AlgorithmIdentifier algorithm)
throws OperatorCreationException;
}