|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.core.rijndael.RijndaelKeyGenParameterSpec
This class specifies parameters used for initializing the
RijndaelKeyGenerator. The parameters consist of the key size in
bits. Values for the key size are 128, 192, and 256 bits, with the default
being 128 bits.
| Field Summary | |
static int |
DEFAULT_KEY_SIZE
The default key size (128 bits) |
| Constructor Summary | |
RijndaelKeyGenParameterSpec()
Construct the default parameters. |
|
RijndaelKeyGenParameterSpec(int keySize)
Construct new parameters from the given key size. |
|
| Method Summary | |
int |
getKeySize()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int DEFAULT_KEY_SIZE
| Constructor Detail |
public RijndaelKeyGenParameterSpec()
DEFAULT_KEY_SIZE.public RijndaelKeyGenParameterSpec(int keySize)
default key size is chosen.keySize - the key size (128, 192, or 256 bits)| Method Detail |
public int getKeySize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||