Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 634
نمايش فراداده

EllipticCurvejava.security.spec

Java 5.0

This class is an immutable representation of an elliptic curve. See ECParameterSpec.

public class

EllipticCurve { // Public Constructors public

EllipticCurve (ECField

field , java.math.BigInteger

a , java.math.BigInteger

b ); public

EllipticCurve (ECField

field , java.math.BigInteger

a , java.math.BigInteger

b , byte[ ]

seed ); // Public Instance Methods public java.math.BigInteger

getA ( ); public java.math.BigInteger

getB ( ); public ECField

getField ( ); public byte[ ]

getSeed ( ); // Public Methods Overriding Object public boolean

equals (Object

obj ); public int

hashCode ( ); }

Passed To

ECParameterSpec.ECParameterSpec( )

Returned By

ECParameterSpec.getCurve( )