ECPublicKey
, and they are intended for use with
algorithms based on RFC 8032 such as the EdDSA Signature
algorithm.
An Edwards-Curve public key is a point on the curve, which is represented using an EdECPoint.
Modifier and Type | Method and Description |
---|---|
public default NamedParameterSpec | Returns: the associated parameters, may benull Overrides default java. Implements java. Returns the parameters associated with this key. |
public EdECPoint | Returns: theEdECPoint representing the public key.Get the point representing the public key. |
getParams | back to summary |
---|---|
public default NamedParameterSpec 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
|
getPoint | back to summary |
---|---|
public EdECPoint getPoint() Get the point representing the public key.
|