|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.nf.iq.iqdsa.IQDSAParamGenParameterSpec
This class specifies parameters used for initializing the
IQDSAParameterGenerator. The parameters consist of the bit length of
the discriminant.
| Field Summary | |
static int |
DEFAULT_SIZE
The default bit length of the discriminant (768) |
static int |
MAX_SIZE
The maximal bit length of the discriminant (16384) |
| Constructor Summary | |
IQDSAParamGenParameterSpec()
Construct the default IQDSA parameter generation parameters. |
|
IQDSAParamGenParameterSpec(int size)
Construct new IQDSA parameter generation parameters from the desired bit length of the discriminant. |
|
| Method Summary | |
int |
getSize()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int DEFAULT_SIZE
public static final int MAX_SIZE
| Constructor Detail |
public IQDSAParamGenParameterSpec()
DEFAULT_SIZE.public IQDSAParamGenParameterSpec(int size)
If the bit length of the discriminant is < 2, the
DEFAULT_SIZE is used as bit length. If the bit length is >
MAX_SIZE, MAX_SIZE is used as bit length.
size - the bit length of the discriminant (>= 2, <=
MAX_SIZE)| Method Detail |
public int getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||