Package org.bouncycastle.operator
Interface InputDecryptorProvider
- 
public interface InputDecryptorProvider 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDecryptorget(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm) 
 - 
 
- 
- 
Method Detail
- 
get
InputDecryptor get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm) throws OperatorCreationException
- Throws:
 OperatorCreationException
 
 - 
 
 -