Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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