public class ECGenParameterSpec extends Object implements AlgorithmParameterSpec
| Constructor and Description |
|---|
ECGenParameterSpec(String name)
Creates a new
ECGenParameterSpec with the specified standard or
predefined name of the to-be-generated domain parameter. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name (standard or predefined) of the to-be-generated elliptic
curve domain parameter.
|
public ECGenParameterSpec(String name)
ECGenParameterSpec with the specified standard or
predefined name of the to-be-generated domain parameter.name - the name of the elliptic curve domain parameter.public String getName()