Uses of Class
net.i2p.crypto.SHA256EntryCache.CacheEntry

Packages that use SHA256EntryCache.CacheEntry
net.i2p.crypto   
 

Uses of SHA256EntryCache.CacheEntry in net.i2p.crypto
 

Methods in net.i2p.crypto that return SHA256EntryCache.CacheEntry
 SHA256EntryCache.CacheEntry SHA256EntryCache.acquire(int payload)
          Get the next available structure, either from the cache or a brand new one
 

Methods in net.i2p.crypto with parameters of type SHA256EntryCache.CacheEntry
 Hash SHA256Generator.calculateHash(byte[] source, SHA256EntryCache.CacheEntry cache)
           
 Hash SHA256Generator.calculateHash(byte[] source, int start, int len, SHA256EntryCache.CacheEntry cache)
           
 void SHA256EntryCache.release(SHA256EntryCache.CacheEntry entry)
          Put this structure back onto the available cache for reuse