"

2013 FRC Java API

"

com.sun.squawk.security.ecc
Class ECPoint

java.lang.Object
  extended by com.sun.squawk.security.ecc.ECPoint

public class ECPoint
extends Object


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

x

public int[] x

y

public int[] y

z

public int[] z

curve

protected final ECCurveFp curve

ffa

protected final FFA ffa
Constructor Detail

ECPoint

public ECPoint(ECCurveFp curve,
               int[] x,
               int[] y)

ECPoint

public ECPoint(ECCurveFp curve)
Method Detail

clone

public Object clone()

clonePoint

public ECPoint clonePoint()

release

public void release()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"