Java org.bouncycastle.math.ec ECPoint fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.math.ec ECPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.math.ec ECPoint.

The text is from its open source code.

Method

ECPointadd(ECPoint b)
booleanequals(ECPoint other)
booleanequals(Object other)
ECFieldElementgetAffineXCoord()
Returns the affine x-coordinate after checking that this point is normalized.
ECFieldElementgetAffineYCoord()
Returns the affine y-coordinate after checking that this point is normalized
ECCurvegetCurve()
byte[]getEncoded(boolean compressed)
Get an encoding of the point value, optionally in compressed format.
ECFieldElementgetXCoord()
Returns the x-coordinate.
ECFieldElementgetYCoord()
Returns the y-coordinate.
booleanisInfinity()
booleanisValid()
ECPointmultiply(BigInteger k)
Multiplies this ECPoint by the given number.
ECPointnegate()
ECPointnormalize()
Normalization ensures that any projective coordinate is 1, and therefore that the x, y coordinates reflect those of the equivalent point in an affine coordinate system.
ECPointsubtract(ECPoint b)
StringtoString()