public interface Digest extends DigestInformation, java.lang.Comparable<Digest>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
digest() |
void |
init() |
void |
update(byte[] data) |
void |
update(byte[] data,
int start,
int len) |
getBlockSizegetAlgorithmvoid init() throws java.lang.Exception
java.lang.Exceptionvoid update(byte[] data)
throws java.lang.Exception
java.lang.Exceptionvoid update(byte[] data,
int start,
int len)
throws java.lang.Exception
java.lang.Exceptionbyte[] digest()
throws java.lang.Exception
java.lang.Exception