Name

ECFieldFp

Synopsis

This class defines an immutable representation of a “prime finite field” for elliptic curve cryptography.

java.security.spec.ECFieldFp

Figure 14-88. java.security.spec.ECFieldFp

public class ECFieldFp implements ECField {
// Public Constructors
     public ECFieldFp(java.math.BigInteger p);  
// Public Instance Methods
     public java.math.BigInteger getP( );  
// Methods Implementing ECField
     public int getFieldSize( );  
// Public Methods Overriding Object
     public boolean equals(Object obj);  
     public int hashCode( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.