public class BouncyCastleDigest extends Object implements IExternalDigest
| Constructor and Description |
|---|
BouncyCastleDigest() |
| Modifier and Type | Method and Description |
|---|---|
MessageDigest |
getMessageDigest(String hashAlgorithm)
Returns the MessageDigest associated with the provided hashing algorithm.
|
public MessageDigest getMessageDigest(String hashAlgorithm) throws GeneralSecurityException
IExternalDigestgetMessageDigest in interface IExternalDigesthashAlgorithm - String value representing the hashing algorithmGeneralSecurityException - Thrown when something goes wrong in calculating the digestCopyright © 1998–2024 Apryse Group NV. All rights reserved.