point property
AbstractPoint
get
point
Gets the abstract point representation of the public key.
Implementation
AbstractPoint get point {
return pubKey.point;
}
Gets the abstract point representation of the public key.
AbstractPoint get point {
return pubKey.point;
}