Interface IExternalDigest
- Namespace
- iText.Signatures
- Assembly
- itext.sign.dll
ExternalDigest allows the use of implementations of iText.Commons.Digest.IMessageDigest other than BouncyCastleDigest.
public interface IExternalDigest
Methods
GetMessageDigest(string)
Returns the MessageDigest associated with the provided hashing algorithm.
IMessageDigest GetMessageDigest(string hashAlgorithm)
Parameters
hashAlgorithm
stringString value representing the hashing algorithm
Returns
- IMessageDigest
MessageDigest MessageDigest object