Inheritance diagram for Acme.Crypto.ShaHash:
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. | |
Static Public Member Functions | |
static void | main (String[] args) |
Protected Member Functions | |
void | prepare () |
Prepare the hash bytes for use. |