iText 8.0.4 API
iText.Signatures.IExternalDigest Interface Reference

ExternalDigest allows the use of implementations of iText.Commons.Digest.IMessageDigest other than BouncyCastleDigest. More...

Inheritance diagram for iText.Signatures.IExternalDigest:
iText.Signatures.BouncyCastleDigest

Public Member Functions

IMessageDigest  GetMessageDigest (String hashAlgorithm)
  Returns the MessageDigest associated with the provided hashing algorithm. More...
 

Detailed Description

ExternalDigest allows the use of implementations of iText.Commons.Digest.IMessageDigest other than BouncyCastleDigest.

Member Function Documentation

◆ GetMessageDigest()

IMessageDigest iText.Signatures.IExternalDigest.GetMessageDigest ( String  hashAlgorithm )

Returns the MessageDigest associated with the provided hashing algorithm.

Parameters
hashAlgorithm String value representing the hashing algorithm
Returns
MessageDigest MessageDigest object