KMMECCoordinate

class KMMECCoordinate(val coordinate: BigInteger)(source)

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

Constructors

Link copied to clipboard
constructor(coordinate: BigInteger)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coordinate: BigInteger

The coordinate value represented as a BigInteger.

Functions

Link copied to clipboard

Returns a ByteArray representation of the coordinate. The returned ByteArray will be padded with zeroes at the beginning if necessary to match the specified length.