|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.squawk.security.ecc.ECPoint
public class ECPoint
Field Summary | |
---|---|
protected ECCurveFp |
curve
|
protected FFA |
ffa
|
int[] |
x
|
int[] |
y
|
int[] |
z
|
Constructor Summary | |
---|---|
ECPoint(ECCurveFp curve)
|
|
ECPoint(ECCurveFp curve,
int[] x,
int[] y)
|
Method Summary | |
---|---|
Object |
clone()
|
ECPoint |
clonePoint()
|
void |
release()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] x
public int[] y
public int[] z
protected final ECCurveFp curve
protected final FFA ffa
Constructor Detail |
---|
public ECPoint(ECCurveFp curve, int[] x, int[] y)
public ECPoint(ECCurveFp curve)
Method Detail |
---|
public Object clone()
public ECPoint clonePoint()
public void release()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |