public class CRC32CHasher
extends java.lang.Object
Constructor and Description |
---|
CRC32CHasher() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
digest()
This must return a string where the checksum is an int in network byte ordering that is base64 encoded
|
protected java.util.zip.Checksum |
getChecksum() |
void |
update(byte[] bytes,
int offset,
int length) |