PublicKey
, ECKey
, java.security.spec.ECPoint
Modifier and Type | Field and Description |
---|---|
public static final long | serialVersionUID
Hides java.
Deprecated
A The class fingerprint that is set to indicate
serialization compatibility.
serialVersionUID field in an interface is
ineffectual. Do not use; no replacement.
|
Modifier and Type | Method and Description |
---|---|
public default ECParameterSpec | Returns: the associated parameters, may benull Overrides default java. Implements java. Returns the parameters associated with this key. |
public ECPoint |
serialVersionUID | back to summary |
---|---|
public static final long serialVersionUID Hides java. Deprecated A The class fingerprint that is set to indicate serialization compatibility.
|
getParams | back to summary |
---|---|
public default ECParameterSpec getParams() Overrides default java. Implements java. Doc from java. Returns the parameters associated with this key. The parameters are optional and may be either explicitly specified or implicitly created during key pair generation. Implementation Specification The default implementation returns
|
getW | back to summary |
---|---|
public ECPoint getW() Returns the public point W.
|