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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDigestCalculator
get(IAlgorithmIdentifier algorithmIdentifier)
Calls actualget
method for the wrapped DigestCalculatorProvider object.
-
-
-
Method Detail
-
get
IDigestCalculator get(IAlgorithmIdentifier algorithmIdentifier) throws AbstractOperatorCreationException
Calls actualget
method for the wrapped DigestCalculatorProvider object.- Parameters:
algorithmIdentifier
- AlgorithmIdentifier wrapper- Returns:
IDigestCalculator
the wrapper for received DigestCalculator object.- Throws:
AbstractOperatorCreationException
- wrapped OperatorCreationException.
-
-