ECPublicKey.publicPoint

Get the public point of this key.

class ECPublicKey
final ref const
const(PointGFp)
publicPoint
()

Return Value

Type: const(PointGFp)

the public point of this key

Throws

InvalidState is thrown if the domain parameters of this point are not set

Meta