|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.common.mode.ModeParamGenParameterSpec
This class specifies parameters used for initializing the
ModeParameterGenerator. The parameters consist of the byte length of
the initialization vector.
| Field Summary | |
static int |
DEFAULT_LENGTH
The default length of the IV (8 bytes) |
| Constructor Summary | |
ModeParamGenParameterSpec()
Construct the default mode parameter generation parameters. |
|
ModeParamGenParameterSpec(int ivLength)
Construct new parameters from the desired length of the initialization vector (IV) in bytes. |
|
| Method Summary | |
int |
getIVLength()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int DEFAULT_LENGTH
| Constructor Detail |
public ModeParamGenParameterSpec()
DEFAULT_LENGTH. The default length is
chosen (somewhat arbitrarily) as 8 bytes.public ModeParamGenParameterSpec(int ivLength)
ivLength - the length of the IV in bytes| Method Detail |
public int getIVLength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||