Serializable
public class Curve extends Object implements Serializable
Constructor | Description |
---|---|
Curve(Field f,
byte[] d,
FieldElement I) |
Modifier and Type | Method | Description |
---|---|---|
GroupElement |
createPoint(byte[] P,
boolean precompute) |
|
boolean |
equals(Object o) |
|
FieldElement |
get2D() |
|
FieldElement |
getD() |
|
Field |
getField() |
|
FieldElement |
getI() |
|
GroupElement |
getZero(GroupElement.Representation repr) |
|
int |
hashCode() |
public Curve(Field f, byte[] d, FieldElement I)
public Field getField()
public FieldElement getD()
public FieldElement get2D()
public FieldElement getI()
public GroupElement getZero(GroupElement.Representation repr)
public GroupElement createPoint(byte[] P, boolean precompute)