public class ChecksumCalculator extends Object
| Constructor and Description |
|---|
ChecksumCalculator(String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigestHex() |
void |
update(byte data) |
void |
update(byte[] data) |
public ChecksumCalculator(String algorithm) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic final void update(byte[] data)
public final void update(byte data)
public String getDigestHex()
Copyright © 2019. All Rights Reserved.