Serializable
public static class CryptixAESKeyCache.KeyCacheEntry extends Object implements Serializable
Modifier and Type | Field | Description |
---|---|---|
(package private) int[][] |
Kd |
decryption round keys
|
(package private) int[][] |
Ke |
encryption round keys
|
Constructor | Description |
---|---|
KeyCacheEntry() |
|
KeyCacheEntry(int rounds,
int bc) |