Definition at line 41 of file ShaHash.java.
Public Member Functions | |
ShaHash () | |
Constructor. | |
void | reset () |
Initialize (reset) the hash. | |
void | add (byte b) |
Add a byte to the hash. | |
void | add (byte[] data, int off, int len) |
Add some bytes to the hash. | |
Protected Member Functions | |
void | prepare () |
Prepare the hash bytes for use. |