|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.core.rc5.RC5KeyGenParameterSpec
This class specifies parameters used for initializing the
RC5KeyGenerator. The parameters consist of the key size in bytes.
| Field Summary | |
static int |
DEFAULT_KEY_SIZE
The default key size (128 bits) |
| Constructor Summary | |
RC5KeyGenParameterSpec()
Construct the default parameters. |
|
RC5KeyGenParameterSpec(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 RC5KeyGenParameterSpec()
DEFAULT_KEY_SIZE.public RC5KeyGenParameterSpec(int keySize)
default key size is chosen.keySize - the key size in bits| Method Detail |
public int getKeySize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||