Package java.security.spec
Class ECGenParameterSpec
- java.lang.Object
-
- java.security.spec.ECGenParameterSpec
-
- All Implemented Interfaces:
AlgorithmParameterSpec
public class ECGenParameterSpec extends Object implements AlgorithmParameterSpec
The parameter specification used to generate elliptic curve domain parameters.
-
-
Constructor Summary
Constructors Constructor Description ECGenParameterSpec(String name)Creates a newECGenParameterSpecwith the specified standard or predefined name of the to-be-generated domain parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name (standard or predefined) of the to-be-generated elliptic curve domain parameter.
-
-
-
Constructor Detail
-
ECGenParameterSpec
public ECGenParameterSpec(String name)
Creates a newECGenParameterSpecwith the specified standard or predefined name of the to-be-generated domain parameter.- Parameters:
name- the name of the elliptic curve domain parameter.
-
-
Method Detail
-
getName
public String getName()
Returns the name (standard or predefined) of the to-be-generated elliptic curve domain parameter.- Returns:
- the name
-
-