KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > ECPoint

java.security.spec
Class ECPoint

java.lang.Object
  extended by java.security.spec.ECPoint
See Also:
Source Code

public ECPoint(BigInteger x,
               BigInteger y)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getAffineX()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getAffineY()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ECPoint POINT_INFINITY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags