|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.math.ec.ECPoint
org.bouncycastle.math.ec.ECPoint.AbstractFp
org.bouncycastle.math.ec.custom.sec.SecP160K1Point
Nested Class Summary |
Nested classes inherited from class org.bouncycastle.math.ec.ECPoint |
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fp |
Field Summary |
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()
|
ECPoint |
negate()
|
ECPoint |
threeTimes()
|
ECPoint |
twice()
|
ECPoint |
twicePlus(ECPoint b)
|
Methods inherited from class org.bouncycastle.math.ec.ECPoint.AbstractFp |
getCompressionYTilde, satisfiesCurveEquation, subtract |
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, getYCoord, getZCoord, getZCoords, hashCode, isInfinity, isNormalized, isValid, multiply, normalize, satisfiesOrder, scaleX, scaleXNegateY, scaleY, scaleYNegateX, 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 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 threeTimes()
threeTimes
in class ECPoint
public ECPoint negate()
negate
in class ECPoint
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |