Interface IDigestCalculatorProvider
-
- All Known Implementing Classes:
DigestCalculatorProviderBC
public interface IDigestCalculatorProviderThis 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 IDigestCalculatorget(IAlgorithmIdentifier algorithmIdentifier)Calls actualgetmethod for the wrapped DigestCalculatorProvider object.
-
-
-
Method Detail
-
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.
-
-