2010 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

curve

protected final ECCurveFp curve

ffa

protected final FFA ffa

x

public int[] x

y

public int[] y

z

public int[] z
Constructor Detail

ECPoint

public ECPoint(ECCurveFp curve)

ECPoint

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

clone

public Object clone()

clonePoint

public ECPoint clonePoint()

release

public void release()

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.