Interface IMessageImprint

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    MessageImprintBC

    public interface IMessageImprint
    extends IASN1Encodable
    This interface represents the wrapper for MessageImprint that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getHashedMessage

        byte[] getHashedMessage()
        Calls actual getHashedMessage method for the wrapped MessageImprint object.
        Returns:
        hashed message byte array.
      • getHashAlgorithm

        IAlgorithmIdentifier getHashAlgorithm()
        Calls actual getHashAlgorithm method for the wrapped MessageImprint object.
        Returns:
        algorithm identifier wrapper.