EllipticCurve


EllipticCurve java.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( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net