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

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

Introduction

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

The text is from its open source code.

Method

byte[]getEncoded(boolean compressed)
Get an encoding of the point value, optionally in compressed format.
ECPointmultiply(BigInteger k)
Multiplies this ECPoint by the given number.
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.