public interface IExternalDigest
MessageDigest other than BouncyCastleDigest.| Modifier and Type | Method and Description |
|---|---|
MessageDigest |
getMessageDigest(String hashAlgorithm)
Returns the MessageDigest associated with the provided hashing algorithm.
|
MessageDigest getMessageDigest(String hashAlgorithm) throws GeneralSecurityException
hashAlgorithm - String value representing the hashing algorithmGeneralSecurityException - Thrown when something goes wrong in calculating the digestCopyright © 1998–2022 iText Group NV. All rights reserved.