public class ECPointFp extends ECGNUPoint
COMPRESSED, EIGHT, FOUR, HYBRID, mCurve, mField, THREE, TWO, UNCOMPRESSED| Constructor and Description |
|---|
ECPointFp(Curve aCurve,
java.math.BigInteger aX,
java.math.BigInteger aY) |
ECPointFp(Curve aCurve,
byte[] aOctet) |
ECPointFp(CurveFp aCurve,
java.math.BigInteger aX,
java.math.BigInteger aY) |
ECPointFp(CurveFp aCurve,
java.math.BigInteger aX,
java.math.BigInteger aY,
java.math.BigInteger aZ) |
| Modifier and Type | Method and Description |
|---|---|
protected ECGNUPoint |
_add(ECGNUPoint aElem) |
protected void |
_addToThis(ECGNUPoint aElem) |
protected java.math.BigInteger |
_convert(java.math.BigInteger aXP,
int aYTilda) |
protected boolean |
_ypTilda() |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object aObject) |
java.math.BigInteger |
getAffineX() |
java.math.BigInteger |
getAffineY() |
ECGNUPoint |
negate() |
void |
negateThis() |
java.lang.String |
toString() |
add, addToThis, determineNAF, fromOctetString, multiply, multiply, multiply, multiply, multiplyAndAdd, multiplyBy2, multiplyThisBy, multiplyThisBy, multiplyThisBy2, sifirla, toOctetString, yazpublic ECPointFp(Curve aCurve, byte[] aOctet) throws EllipticCurveException
EllipticCurveExceptionpublic ECPointFp(Curve aCurve, java.math.BigInteger aX, java.math.BigInteger aY)
public ECPointFp(CurveFp aCurve, java.math.BigInteger aX, java.math.BigInteger aY)
aCurve - aX - aY - public ECPointFp(CurveFp aCurve, java.math.BigInteger aX, java.math.BigInteger aY, java.math.BigInteger aZ)
protected ECGNUPoint _add(ECGNUPoint aElem)
_add in class ECGNUPointprotected void _addToThis(ECGNUPoint aElem)
_addToThis in class ECGNUPointpublic ECGNUPoint negate()
negate in class ECGNUPointpublic void negateThis()
negateThis in class ECGNUPointprotected boolean _ypTilda()
_ypTilda in class ECGNUPointprotected java.math.BigInteger _convert(java.math.BigInteger aXP,
int aYTilda)
throws EllipticCurveException
_convert in class ECGNUPointEllipticCurveExceptionpublic java.lang.Object clone()
clone in class ECGNUPointpublic boolean equals(java.lang.Object aObject)
equals in class ECGNUPointpublic java.math.BigInteger getAffineX()
getAffineX in class ECGNUPointpublic java.math.BigInteger getAffineY()
getAffineY in class ECGNUPointpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025. All rights reserved.