public class G2
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
G2() |
|
G2(Fp ax,
Fp ay,
Fp bx,
Fp by) |
|
G2(G2 rhs) |
protected |
G2(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
delete() |
void |
deserialize(byte[] cbuf) |
boolean |
equals(G2 rhs) |
protected void |
finalize() |
protected static long |
getCPtr(G2 obj) |
boolean |
isZero() |
void |
normalize() |
byte[] |
serialize() |
void |
set(Fp ax,
Fp ay,
Fp bx,
Fp by) |
void |
setStr(java.lang.String str) |
void |
setStr(java.lang.String str,
int base) |
java.lang.String |
toString() |
java.lang.String |
toString(int base) |
protected G2(long cPtr,
boolean cMemoryOwn)
public G2()
public G2(G2 rhs)
protected static long getCPtr(G2 obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public boolean equals(G2 rhs)
public boolean isZero()
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()