API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. ECFieldFp View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Object
      ECFieldFp
Implements
 ECField
Subclasses
Description
public class ECFieldFp
  This immutable class defines an elliptic curve (EC) prime finite field.
See also:    ECField
Constructors
public ECFieldFp (BigInteger p)
  Creates an elliptic curve prime finite field with the specified prime p.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares this prime finite field for equality with the specified object.
public int getFieldSize () [Specified in ECField]
  Returns the field size in bits which is size of prime p for this prime finite field.
public BigInteger getP ()
  Returns the prime p of this prime finite field.
public int hashCode ()
  Returns a hash code value for this prime finite field.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar