Name

ECFieldF2m

Synopsis

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

java.security.spec.ECFieldF2m

Figure 14-87. java.security.spec.ECFieldF2m

public class ECFieldF2m implements ECField {
// Public Constructors
     public ECFieldF2m(int m);  
     public ECFieldF2m(int m, int[ ] ks);  
     public ECFieldF2m(int m, java.math.BigInteger rp);  
// Public Instance Methods
     public int getM( );  
     public int[ ] getMidTermsOfReductionPolynomial( );  
     public java.math.BigInteger getReductionPolynomial( );  
// 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.