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
Modifier and TypeMethodDescriptionget
(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
-
Method Details
-
get
DigestCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier) throws OperatorCreationException - Throws:
OperatorCreationException
-