java.security.spec
Class EllipticCurve
java.lang.Object
java.security.spec.EllipticCurve
public class EllipticCurve
- extends Object
EllipticCurve
public EllipticCurve(ECField field,
BigInteger a,
BigInteger b,
byte[] seed)
EllipticCurve
public EllipticCurve(ECField field,
BigInteger a,
BigInteger b)
getA
public BigInteger getA()
getB
public BigInteger getB()
getField
public ECField getField()
getSeed
public byte[] getSeed()
equals
public boolean equals(Object other)
- Description copied from class:
Object
- Compares the argument to the receiver, and returns true if they represent
the same object using a class specific comparison. The
implementation in Object returns true only if the argument is the exact
same object as the receiver (==).
- Overrides:
equals in class Object
- Parameters:
other - Object the object to compare with this object.
- Returns:
- boolean
true if the object is the same as this
object false if it is different from this object. - See Also:
Object.hashCode()
hashCode
public int hashCode()
- Description copied from class:
Object
- Returns an integer hash code for the receiver. Any two objects which
answer
true when passed to .equals must
answer the same value for this method.
- Overrides:
hashCode in class Object
- Returns:
- int the receiver's hash.
- See Also:
Object.equals(java.lang.Object)
Please submit a feedback, bug or feature