EdECPoint
.
Modifier and Type | Field and Description |
---|---|
private final NamedParameterSpec | |
private final EdECPoint |
Access | Constructor and Description |
---|---|
public | EdECPublicKeySpec(NamedParameterSpec
the algorithm parameters. params, EdECPoint the point representing the public key. point)Construct a public key spec using the supplied parameters and point. |
Modifier and Type | Method and Description |
---|---|
public NamedParameterSpec | Returns: the parameters.Get the algorithm parameters that define the curve and other settings. |
public EdECPoint | Returns: theEdECPoint representing the public key.Get the point representing the public key. |
params | back to summary |
---|---|
private final NamedParameterSpec params |
point | back to summary |
---|---|
private final EdECPoint point |
EdECPublicKeySpec | back to summary |
---|---|
public EdECPublicKeySpec(NamedParameterSpec params, EdECPoint point) Construct a public key spec using the supplied parameters and point.
|
getParams | back to summary |
---|---|
public NamedParameterSpec getParams() Get the algorithm parameters that define the curve and other settings.
|
getPoint | back to summary |
---|---|
public EdECPoint getPoint() Get the point representing the public key.
|