Interface IJcaDigestCalculatorProviderBuilder
-
- All Known Implementing Classes:
JcaDigestCalculatorProviderBuilderBC
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDigestCalculatorProvider
build()
Calls actualbuild
method for the wrapped JcaDigestCalculatorProviderBuilder object.
-
-
-
Method Detail
-
build
IDigestCalculatorProvider build() throws AbstractOperatorCreationException
Calls actualbuild
method for the wrapped JcaDigestCalculatorProviderBuilder object.- Returns:
IDigestCalculatorProvider
the wrapper for built DigestCalculatorProvider object.- Throws:
AbstractOperatorCreationException
- wrapped OperatorCreationException.
-
-