Package net.i2p.crypto
Class CryptixAESKeyCache.KeyCacheEntry
java.lang.Object
net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 CryptixAESKeyCache
all the data alloc'ed in a makeKey call
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
Ke
final int[][] Keencryption round keys - 
Kd
final int[][] Kddecryption round keys 
 - 
 - 
Constructor Details
- 
KeyCacheEntry
public KeyCacheEntry() - 
KeyCacheEntry
public KeyCacheEntry(int rounds, int bc) - Since:
 - 0.9.31
 
 
 -