| |
|
| java.lang.Object com.knowgate.misc.MD5State
MD5State | class MD5State (Code) | | Contains internal state of the MD5 class
|
buffer | byte buffer(Code) | | 64-byte buffer (512 bits) for storing to-be-hashed characters
|
count | int count(Code) | | 64-bit character count (could be true Java long?)
|
state | int state(Code) | | 128-byte state
|
MD5State | public MD5State()(Code) | | |
MD5State | public MD5State(MD5State from)(Code) | | Create this State as a copy of another state
|
|
|
|