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
-
Constructor Details
-
ECGenParameterSpec
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 Details
-
getName
Returns the name (standard or predefined) of the to-be-generated elliptic curve domain parameter.- Returns:
- the name
-