Android APIs
public class

ECGenParameterSpec

extends Object
implements AlgorithmParameterSpec
java.lang.Object
   ↳ java.security.spec.ECGenParameterSpec

Class Overview

The parameter specification used to generate elliptic curve domain parameters.

Summary

Public Constructors
ECGenParameterSpec(String name)
Creates a new ECGenParameterSpec with the specified standard or predefined name of the to-be-generated domain parameter.
Public Methods
String getName()
Returns the name (standard or predefined) of the to-be-generated elliptic curve domain parameter.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ECGenParameterSpec (String name)

Added in API level 1

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.

Public Methods

public String getName ()

Added in API level 1

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

Returns
  • the name