public class Curve extends Object implements Serializable
Constructor and Description |
---|
Curve(Field f,
byte[] d,
FieldElement I) |
Modifier and Type | Method and 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)
Copyright © 2019. All rights reserved.