Interface IDigestCalculatorProvider
- All Known Implementing Classes:
DigestCalculatorProviderBC
public interface IDigestCalculatorProvider
This interface represents the wrapper for DigestCalculatorProvider that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionget(IAlgorithmIdentifier algorithmIdentifier) Calls actualgetmethod for the wrapped DigestCalculatorProvider object.
-
Method Details
-
get
IDigestCalculator get(IAlgorithmIdentifier algorithmIdentifier) throws AbstractOperatorCreationException Calls actualgetmethod for the wrapped DigestCalculatorProvider object.- Parameters:
algorithmIdentifier- AlgorithmIdentifier wrapper- Returns:
IDigestCalculatorthe wrapper for received DigestCalculator object.- Throws:
AbstractOperatorCreationException- wrapped OperatorCreationException.
-