Interface IJcaDigestCalculatorProviderBuilder
- All Known Implementing Classes:
-
JcaDigestCalculatorProviderBuilderBC
,JcaDigestCalculatorProviderBuilderBCFips
public interface IJcaDigestCalculatorProviderBuilder
This interface represents the wrapper for JcaDigestCalculatorProviderBuilder that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Calls actualbuild
method for the wrapped JcaDigestCalculatorProviderBuilder object.
-
Method Details
-
build
Calls actualbuild
method for the wrapped JcaDigestCalculatorProviderBuilder object.- Returns:
-
IDigestCalculatorProvider
the wrapper for built DigestCalculatorProvider object. - Throws:
-
AbstractOperatorCreationException
- wrapped OperatorCreationException.
-