Interface IDigestCalculatorProvider
- All Known Implementing Classes:
-
DigestCalculatorProviderBC
,DigestCalculatorProviderBCFips
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 actualget
method for the wrapped DigestCalculatorProvider object.
-
Method Details
-
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.
-