|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--MD5State
Contains internal state of the MD5 class
| Field Summary | |
(package private) byte[] |
buffer
64-byte buffer (512 bits) for storing to-be-hashed characters |
(package private) int[] |
count
64-bit character count (could be true Java long?) |
(package private) int[] |
state
128-byte state |
| Constructor Summary | |
MD5State()
|
|
MD5State(MD5State from)
Create this State as a copy of another state |
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int[] state
int[] count
byte[] buffer
| Constructor Detail |
public MD5State()
public MD5State(MD5State from)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||