public class G1
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
G1() |
|
G1(Fp x,
Fp y) |
|
G1(G1 rhs) |
protected |
G1(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
delete() |
void |
deserialize(byte[] cbuf) |
boolean |
equals(G1 rhs) |
protected void |
finalize() |
protected static long |
getCPtr(G1 obj) |
Fp |
getX() |
Fp |
getY() |
Fp |
getZ() |
boolean |
isValidOrder() |
boolean |
isZero() |
void |
normalize() |
byte[] |
serialize() |
void |
set(Fp x,
Fp y) |
void |
setStr(java.lang.String str) |
void |
setStr(java.lang.String str,
int base) |
java.lang.String |
toString() |
java.lang.String |
toString(int base) |
void |
tryAndIncMapTo(Fp x) |
protected G1(long cPtr,
boolean cMemoryOwn)
public G1()
public G1(G1 rhs)
protected static long getCPtr(G1 obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public boolean equals(G1 rhs)
public boolean isZero()
public boolean isValidOrder()
public void clear()
public void setStr(java.lang.String str,
int base)
public void setStr(java.lang.String str)
public java.lang.String toString(int base)
public java.lang.String toString()
toString in class java.lang.Objectpublic void deserialize(byte[] cbuf)
public byte[] serialize()
public void normalize()
public void tryAndIncMapTo(Fp x)
public Fp getX()
public Fp getY()
public Fp getZ()