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 Type
    Method
    Description
    get(IAlgorithmIdentifier algorithmIdentifier)
    Calls actual get method for the wrapped DigestCalculatorProvider object.