Interface IMessageImprint
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
MessageImprintBC
,MessageImprintBCFips
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 actualgetHashAlgorithm
method for the wrapped MessageImprint object.byte[]
Calls actualgetHashedMessage
method for the wrapped MessageImprint object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getHashedMessage
byte[] getHashedMessage()Calls actualgetHashedMessage
method for the wrapped MessageImprint object.- Returns:
- hashed message byte array.
-
getHashAlgorithm
IAlgorithmIdentifier getHashAlgorithm()Calls actualgetHashAlgorithm
method for the wrapped MessageImprint object.- Returns:
- algorithm identifier wrapper.
-