|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.math.ec.ECPoint | +--org.bouncycastle.math.ec.ECPoint.AbstractF2m | +--org.bouncycastle.math.ec.custom.sec.SecT571R1Point
Inner classes inherited from class org.bouncycastle.math.ec.ECPoint |
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fp |
Fields inherited from class org.bouncycastle.math.ec.ECPoint |
curve, EMPTY_ZS, preCompTable, x, y, zs |
Method Summary | |
ECPoint |
add(ECPoint b)
|
protected ECPoint |
detach()
|
protected boolean |
getCompressionYTilde()
|
ECFieldElement |
getYCoord()
Returns the y-coordinate. |
ECPoint |
negate()
|
ECPoint |
twice()
|
ECPoint |
twicePlus(ECPoint b)
|
Methods inherited from class org.bouncycastle.math.ec.ECPoint.AbstractF2m |
satisfiesCurveEquation, satisfiesOrder, scaleX, scaleXNegateY, scaleY, scaleYNegateX, subtract, tau, tauPow |
Methods inherited from class org.bouncycastle.math.ec.ECPoint |
checkNormalized, createScaledPoint, encodeTo, equals, equals, getAffineXCoord, getAffineYCoord, getCurve, getCurveCoordinateSystem, getDetachedPoint, getEncoded, getEncodedLength, getInitialZCoords, getRawXCoord, getRawYCoord, getRawZCoords, getXCoord, getZCoord, getZCoords, hashCode, isInfinity, isNormalized, isValid, multiply, normalize, threeTimes, timesPow2, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
protected ECPoint detach()
detach
in class ECPoint
public ECFieldElement getYCoord()
ECPoint
getYCoord
in class ECPoint
org.bouncycastle.math.ec.ECPoint
protected boolean getCompressionYTilde()
getCompressionYTilde
in class ECPoint
public ECPoint add(ECPoint b)
add
in class ECPoint
public ECPoint twice()
twice
in class ECPoint
public ECPoint twicePlus(ECPoint b)
twicePlus
in class ECPoint
public ECPoint negate()
negate
in class ECPoint
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |