net.i2p.crypto
Class CryptixAESKeyCache.KeyCacheEntry

java.lang.Object
  extended by net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
All Implemented Interfaces:
Serializable
Enclosing class:
CryptixAESKeyCache

public static class CryptixAESKeyCache.KeyCacheEntry
extends Object
implements Serializable

all the data alloc'ed in a makeKey call

See Also:
Serialized Form

Field Summary
(package private)  int[][] Kd
          decryption round keys
(package private)  int[][] Ke
          encryption round keys
(package private)  Object[] key
          Ke, Kd
(package private)  int[] tk
           
 
Constructor Summary
CryptixAESKeyCache.KeyCacheEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Ke

final int[][] Ke
encryption round keys


Kd

final int[][] Kd
decryption round keys


tk

final int[] tk

key

final Object[] key
Ke, Kd

Constructor Detail

CryptixAESKeyCache.KeyCacheEntry

public CryptixAESKeyCache.KeyCacheEntry()