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) |
getBlockSize
getAlgorithm
void init() throws java.lang.Exception
java.lang.Exception
void update(byte[] data) throws java.lang.Exception
java.lang.Exception
void update(byte[] data, int start, int len) throws java.lang.Exception
java.lang.Exception
byte[] digest() throws java.lang.Exception
java.lang.Exception