point property

AbstractPoint get point

Gets the abstract point representation of the public key.

Implementation

AbstractPoint get point {
  return pubKey.point;
}