public
interface
ECPublicKey
implements
PublicKey,
ECKey
| java.security.interfaces.ECPublicKey |
The interface to an elliptic curve (EC) public key.
Constants | |
|---|---|
long |
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility. |
Inherited constants |
|---|
java.security.PublicKey
|
java.security.Key
|
Public methods | |
|---|---|
abstract
ECPoint
|
getW()
Returns the public point W. |
Inherited methods | |
|---|---|
java.security.interfaces.ECKey
| |
java.security.Key
| |
long serialVersionUID
The class fingerprint that is set to indicate serialization compatibility.
Constant Value: -3314988629879632826 (0xd1fecb679990cc46)
ECPoint getW ()
Returns the public point W.
| Returns | |
|---|---|
ECPoint |
the public point W. |