- All Superinterfaces:
ECKey
,Key
,PublicKey
,Serializable
The interface to an elliptic curve (EC) public key.
-
Field Summary
-
Method Summary
Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Field Details
-
serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. Do not use; no replacement.The class fingerprint that is set to indicate serialization compatibility.- See Also:
-
-
Method Details
-
getW
ECPoint getW()Returns the public point W.- Returns:
- the public point W.
-
serialVersionUID
field in an interface is ineffectual.