java.lang.Object
java.security.spec.ECFieldFp
- All Implemented Interfaces:
 ECField
This immutable class defines an elliptic curve (EC) prime
 finite field.
- Since:
 - 1.5
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreates an elliptic curve prime finite field with the specified primep. - 
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this prime finite field for equality with the specified object.intReturns the field size in bits which is size of prime p for this prime finite field.getP()Returns the primepof this prime finite field.inthashCode()Returns a hash code value for this prime finite field. 
- 
Constructor Details
- 
ECFieldFp
Creates an elliptic curve prime finite field with the specified primep.- Parameters:
 p- the prime.- Throws:
 NullPointerException- ifpis null.IllegalArgumentException- ifpis not positive.
 
 - 
 - 
Method Details
- 
getFieldSize
public int getFieldSize()Returns the field size in bits which is size of prime p for this prime finite field.- Specified by:
 getFieldSizein interfaceECField- Returns:
 - the field size in bits.
 
 - 
getP
Returns the primepof this prime finite field.- Returns:
 - the prime.
 
 - 
equals
Compares this prime finite field for equality with the specified object. - 
hashCode
public int hashCode()Returns a hash code value for this prime finite field. 
 -