KMMECPoint

constructor(x: String, y: String)(source)

Represents a point in the elliptic curve cryptography (ECC) system.


constructor(x: BigInteger, y: BigInteger)(source)

Parameters

x

The x-coordinate as a BigInteger.

y

The y-coordinate as a BigInteger.