Package org.bouncycastle.operator
Interface DigestCalculatorProvider
- All Known Implementing Classes:
BcDigestCalculatorProvider
public interface DigestCalculatorProvider
The base interface for a provider of DigestCalculator implementations.
-
Method Summary
-
Method Details
-
get
DigestCalculator get(AlgorithmIdentifier digestAlgorithmIdentifier) throws OperatorCreationException - Throws:
OperatorCreationException
-