public class

ECNamedCurveSpec

extends ECParameterSpec
java.lang.Object
   ↳ java.security.spec.ECParameterSpec
     ↳ org.bouncycastle.jce.spec.ECNamedCurveSpec

Class Overview

specification signifying that the curve parameters can also be referred to by name.

Summary

Public Constructors
ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n)
ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n)
ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h)
ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n, BigInteger h)
ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte[] seed)
Public Methods
String getName()
return the name of the curve the EC domain parameters belong to.
[Expand]
Inherited Methods
From class java.security.spec.ECParameterSpec
From class java.lang.Object

Public Constructors

public ECNamedCurveSpec (String name, ECCurve curve, ECPoint g, BigInteger n)

public ECNamedCurveSpec (String name, EllipticCurve curve, ECPoint g, BigInteger n)

public ECNamedCurveSpec (String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h)

public ECNamedCurveSpec (String name, EllipticCurve curve, ECPoint g, BigInteger n, BigInteger h)

public ECNamedCurveSpec (String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte[] seed)

Public Methods

public String getName ()

return the name of the curve the EC domain parameters belong to.