iText 8.0.5 API
|
ExternalDigest allows the use of implementations of iText.Commons.Digest.IMessageDigest other than BouncyCastleDigest. More...
Public Member Functions |
|
IMessageDigest | GetMessageDigest (String hashAlgorithm) |
Returns the MessageDigest associated with the provided hashing algorithm. More... |
|
ExternalDigest allows the use of implementations of iText.Commons.Digest.IMessageDigest other than BouncyCastleDigest.
IMessageDigest iText.Signatures.IExternalDigest.GetMessageDigest | ( | String | hashAlgorithm | ) |
Returns the MessageDigest associated with the provided hashing algorithm.
hashAlgorithm | String value representing the hashing algorithm |