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
|
Constructor and Description |
---|
CryptixAESKeyCache.KeyCacheEntry() |
CryptixAESKeyCache.KeyCacheEntry(int rounds,
int bc) |