Java java.security.spec ECPoint fields, constructors, methods, implement or subclass

Example usage for Java java.security.spec ECPoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.spec ECPoint.

The text is from its open source code.

Constructor

ECPoint(BigInteger x, BigInteger y)
Creates an ECPoint from the specified affine x-coordinate x and affine y-coordinate y .

Method

BigIntegergetAffineX()
Returns the affine x-coordinate x .
BigIntegergetAffineY()
Returns the affine y-coordinate y .