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 algorithm
GeneralSecurityException
- Thrown when something goes wrong in calculating the digest
Copyright © 1998–2018 iText Group NV. All rights reserved.