Searched defs:ECPoint (Results 1 - 1 of 1) sorted by last modified time

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java10 public abstract class ECPoint class
24 protected ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y) method in class:ECPoint
64 if (!(other instanceof ECPoint))
69 ECPoint o = (ECPoint)other;
92 // * this <code>ECPoint</code>.
101 * to save the precomputation for this <code>ECPoint</code> to store the
113 public abstract ECPoint add(ECPoint b);
114 public abstract ECPoint subtrac
[all...]

Completed in 61 milliseconds