public class Curve extends Object
| Constructor and Description |
|---|
Curve()
Default constructor.
|
Curve(SupportedGroupName curveName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
SupportedGroupName |
getCurveName() |
int |
hashCode()
Returns a hash code value for the object.
|
void |
setCurveName(SupportedGroupName curveName) |
String |
toString()
String value of this enum.
|
public Curve()
public Curve(SupportedGroupName curveName)
curveName - The curve to identify by this object.public SupportedGroupName getCurveName()
public void setCurveName(SupportedGroupName curveName)
curveName - the curveName to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2019–2025 Teslanet.nl. All rights reserved.