ECPoint


ECPoint java.security.spec

Java 5.0

This class defines an immutable representation of a point on an elliptic curve, using affine coordinates.

 public class  ECPoint  {  // Public Constructors  public  ECPoint  (java.math.BigInteger  x  , java.math.BigInteger  y  );  // Public Constants  public static final ECPoint  POINT_INFINITY  ;  // Public Instance Methods  public java.math.BigInteger  getAffineX  ( );        public java.math.BigInteger  getAffineY  ( );  // Public Methods Overriding Object  public boolean  equals  (Object  obj  );        public int  hashCode  ( );   } 

Passed To

ECParameterSpec.ECParameterSpec( ) , ECPublicKeySpec.ECPublicKeySpec( )

Returned By

java.security.interfaces.ECPublicKey.getW( ) , ECParameterSpec.getGenerator( ) , ECPublicKeySpec.getW( )



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