Example usage for Java java.security.spec ECPoint fields, constructors, methods, implement or subclass
The text is from its open source code.
ECPoint(BigInteger x, BigInteger y) Creates an ECPoint from the specified affine x-coordinate x and affine y-coordinate y . |
BigInteger | getAffineX() Returns the affine x-coordinate x . |
BigInteger | getAffineY() Returns the affine y-coordinate y . |