Inheritance diagram for Acme.Crypto.Crc32Hash:
Definition at line 43 of file Crc32Hash.java.
Public Member Functions | |
Crc32Hash () | |
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 for retrieval. |