Creates an elliptic curve prime finite field
with the specified prime p.
Creates an elliptic curve prime finite field with the specified prime p.
Parameters: - p - the prime.
Throws: - NullPointerException - if p is null.
- IllegalArgumentException - if p
is not positive.
Compares this prime finite field for equality with the
specified object.
Compares this prime finite field for equality with the specified object.
Returns:
true if obj is an instance
of ECFieldFp and the prime value match, false otherwise.
Parameters: - obj - the object to be compared.