public interface HASH
byte[]
digest()
int
getBlockSize()
void
init()
update(byte[] foo, int start, int len)
void init() throws java.lang.Exception
java.lang.Exception
int getBlockSize()
void update(byte[] foo, int start, int len) throws java.lang.Exception
byte[] digest() throws java.lang.Exception