- All Superinterfaces:
 ECKey,Key,PublicKey,Serializable
The interface to an elliptic curve (EC) public key.
- 
Field Summary
Fields - 
Method Summary
Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormat 
- 
Field Details
- 
serialVersionUID
Deprecated.AserialVersionUIDfield 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.
 
 
 - 
 
serialVersionUIDfield in an interface is ineffectual.