|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.crypto.SHA256EntryCache.CacheEntry
all the data alloc'ed in a calculateHash call
Field Summary | |
(package private) int |
bucket
|
(package private) int[] |
H
|
(package private) Hash |
hash
|
(package private) byte[] |
hashbytes
|
(package private) int[] |
M0
|
(package private) int[] |
W
|
(package private) int |
wordlength
|
Constructor Summary | |
SHA256EntryCache.CacheEntry(int payload)
|
Method Summary | |
void |
reset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
byte[] hashbytes
int[] W
int[] M0
int[] H
Hash hash
int wordlength
int bucket
Constructor Detail |
public SHA256EntryCache.CacheEntry(int payload)
Method Detail |
public final void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |