net.i2p.crypto
Class CryptixAESKeyCache.KeyCacheEntry
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ke
final int[][] Ke
- encryption round keys
Kd
final int[][] Kd
- decryption round keys
tk
final int[] tk
key
final Object[] key
- Ke, Kd
CryptixAESKeyCache.KeyCacheEntry
public CryptixAESKeyCache.KeyCacheEntry()