An interface for elliptic curve keys that can derive a public key.
This interface extends ECKeyBase to provide a method for deriving
the corresponding compressed public key. It is implemented by both
private keys (where it generates the public key) and public keys
(where it may return self or convert between formats).
An interface for elliptic curve keys that can derive a public key.
This interface extends
ECKeyBaseto provide a method for deriving the corresponding compressed public key. It is implemented by both private keys (where it generates the public key) and public keys (where it may return self or convert between formats).