| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ECPoint | |
|---|---|
| com.sun.squawk.security | Provides classes for basic signing of binary data. | 
| com.sun.squawk.security.ecc | |
| Uses of ECPoint in com.sun.squawk.security | 
|---|
| Fields in com.sun.squawk.security declared as ECPoint | |
|---|---|
| protected  ECPoint | ECPublicKey.keyData | 
| Methods in com.sun.squawk.security that return ECPoint | |
|---|---|
|  ECPoint | ECPublicKey.getKeyData() | 
| Uses of ECPoint in com.sun.squawk.security.ecc | 
|---|
| Fields in com.sun.squawk.security.ecc declared as ECPoint | |
|---|---|
| protected  ECPoint | ECCurveFp.generator | 
| Methods in com.sun.squawk.security.ecc that return ECPoint | |
|---|---|
|  ECPoint | ECPoint.clonePoint() | 
|  ECPoint | ECCurveFp.getGenerator() | 
| Methods in com.sun.squawk.security.ecc with parameters of type ECPoint | |
|---|---|
|  void | ECCurveFp.add(ECPoint a,
    ECPoint b) | 
|  void | ECCurveFp.copy(ECPoint dst,
     ECPoint src) | 
|  boolean | ECCurveFp.decodePoint(ECPoint point,
            byte[] data,
            int offset,
            int length) | 
|  int | ECCurveFp.encodePoint(ECPoint point,
            byte[] data,
            int offset) | 
|  boolean | ECCurveFp.isOnCurve(ECPoint o1) | 
|  void | ECCurveFp.makeAffine(ECPoint a) | 
|  void | ECCurveFp.multiply(ECPoint R,
         int[] k) | 
|  void | ECCurveFp.multiplySum(ECPoint R1,
            int[] k1,
            ECPoint R2,
            int[] k2) | 
|  void | ECCurveFp.negate(ECPoint a) | 
|  void | ECCurveFp.twice(ECPoint a) | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||