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 Details

    • ECGenParameterSpec

      public ECGenParameterSpec​(String name)
      Creates a new ECGenParameterSpec with 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

      public String getName()
      Returns the name (standard or predefined) of the to-be-generated elliptic curve domain parameter.
      Returns:
      the name