to top
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
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.