Searched defs:getAffineXCoord (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java99 * @deprecated Use getAffineXCoord(), or normalize() and getXCoord(), instead
126 public ECFieldElement getAffineXCoord() method in class:ECPoint
149 * affine values, or use getAffineXCoord() if you expect the point to already have been
649 return new ECPoint.Fp(null, this.getAffineXCoord(), this.getAffineYCoord());
1636 return new ECPoint.F2m(null, this.getAffineXCoord(), this.getAffineYCoord()); // earlier JDK

Completed in 227 milliseconds