|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.nf.iq.iqrdsa.IQRDSAParamGenParameterSpec
This class specifies parameters used for initializing the
IQRDSAParameterGenerator. 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 | |
IQRDSAParamGenParameterSpec()
Construct the default IQRDSA parameter generation parameters. |
|
IQRDSAParamGenParameterSpec(int size)
Construct new IQRDSA 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 IQRDSAParamGenParameterSpec()
DEFAULT_SIZE.public IQRDSAParamGenParameterSpec(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 | ||||||||