java.lang.Object | ||
java.security.spec.ECFieldF2m | ECField |
ECFieldF2m(int m) | ||||||
ECFieldF2m(int m, BigInteger rp) | ||||||
ECFieldF2m(int m, int[] ks) |
boolean | equals(Object obj) | |||||
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. | ||||||
int | getFieldSize() | |||||
int | getM() | |||||
int[] | getMidTermsOfReductionPolynomial() | |||||
BigInteger | getReductionPolynomial() | |||||
int | hashCode() | |||||
Returns an integer hash code for the receiver. |
obj | Object the object to compare with this object. |
---|
true
if the object is the same as this
object false
if it is different from this object.true
when passed to .equals
must
answer the same value for this method.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |