KMMECPoint

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

Constructors

Link copied to clipboard
constructor(x: String, y: String)

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

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

Properties

Link copied to clipboard

The x-coordinate of the point.

Link copied to clipboard

The y-coordinate of the point.