Interface IMessageImprint
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
MessageImprintBC
This interface represents the wrapper for MessageImprint that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetHashAlgorithmmethod for the wrapped MessageImprint object.byte[]Calls actualgetHashedMessagemethod for the wrapped MessageImprint object.Methods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getHashedMessage
byte[] getHashedMessage()Calls actualgetHashedMessagemethod for the wrapped MessageImprint object.- Returns:
- hashed message byte array.
-
getHashAlgorithm
IAlgorithmIdentifier getHashAlgorithm()Calls actualgetHashAlgorithmmethod for the wrapped MessageImprint object.- Returns:
- algorithm identifier wrapper.
-