ECPublicKey.domain

Get the domain parameters of this key.

class ECPublicKey
final ref const
const(ECGroup)
domain
()

Return Value

Type: const(ECGroup)

the domain parameters of this key

Throws

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

Meta