-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECPoint
getW()
Returns the public point W.-
Methods declared in interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
The class fingerprint that is set to indicate serialization compatibility.- See Also:
- Constant Field Values
-
-
Method Detail
-
getW
ECPoint getW()
Returns the public point W.- Returns:
- the public point W.
-
-