AlgorithmParameterSpec
, ECGenParameterSpec
Modifier and Type | Field and Description |
---|---|
private final int |
Access | Constructor and Description |
---|---|
public | ECKeySizeParameterSpec(int
the key size of the curve to lookup keySize)Creates a parameter specification for EC curve
generation using a standard (or predefined) key size
|
Modifier and Type | Method and Description |
---|---|
public int |
keySize | back to summary |
---|---|
private final int keySize |
ECKeySizeParameterSpec | back to summary |
---|---|
public ECKeySizeParameterSpec(int keySize) Creates a parameter specification for EC curve
generation using a standard (or predefined) key size
Note, if the curve of the specified length is not supported,
|
getKeySize | back to summary |
---|---|
public int getKeySize() Returns the key size of this spec.
|