Interface IJcaDigestCalculatorProviderBuilder
-
- All Known Implementing Classes:
JcaDigestCalculatorProviderBuilderBC
public interface IJcaDigestCalculatorProviderBuilderThis 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 IDigestCalculatorProviderbuild()Calls actualbuildmethod for the wrapped JcaDigestCalculatorProviderBuilder object.
-
-
-
Method Detail
-
build
IDigestCalculatorProvider build() throws AbstractOperatorCreationException
Calls actualbuildmethod for the wrapped JcaDigestCalculatorProviderBuilder object.- Returns:
IDigestCalculatorProviderthe wrapper for built DigestCalculatorProvider object.- Throws:
AbstractOperatorCreationException- wrapped OperatorCreationException.
-
-