public static class CryptixAESKeyCache.KeyCacheEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
(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 and Description |
---|
KeyCacheEntry() |
final int[][] Ke
final int[][] Kd
final int[] tk
final Object[] key