| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
mA |
protected java.math.BigInteger |
mB |
protected Field |
mField |
protected byte[] |
mSeed |
| Constructor and Description |
|---|
Curve(Field aField,
java.math.BigInteger aA,
java.math.BigInteger aB) |
Curve(Field aField,
java.math.BigInteger aA,
java.math.BigInteger aB,
byte[] aSeed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object aObject) |
java.math.BigInteger |
getA() |
java.math.BigInteger |
getB() |
java.security.spec.ECField |
getField() |
java.math.BigInteger |
getMA() |
java.math.BigInteger |
getMB() |
Field |
getMField() |
byte[] |
getSeed() |
int |
hashCode() |
abstract boolean |
onCurve(java.math.BigInteger aX,
java.math.BigInteger aY) |
protected final Field mField
protected final java.math.BigInteger mA
protected final java.math.BigInteger mB
protected final byte[] mSeed
public Curve(Field aField, java.math.BigInteger aA, java.math.BigInteger aB)
public Curve(Field aField, java.math.BigInteger aA, java.math.BigInteger aB, byte[] aSeed)
public Field getMField()
public java.security.spec.ECField getField()
getField in class java.security.spec.EllipticCurvepublic java.math.BigInteger getMA()
public java.math.BigInteger getA()
getA in class java.security.spec.EllipticCurvepublic java.math.BigInteger getMB()
public java.math.BigInteger getB()
getB in class java.security.spec.EllipticCurvepublic byte[] getSeed()
getSeed in class java.security.spec.EllipticCurvepublic abstract boolean onCurve(java.math.BigInteger aX,
java.math.BigInteger aY)
public boolean equals(java.lang.Object aObject)
equals in class java.security.spec.EllipticCurvepublic int hashCode()
hashCode in class java.security.spec.EllipticCurveCopyright © 2025. All rights reserved.