Home | History | Annotate | Download | only in ec

Lines Matching defs:getAffineXCoord

99      * @deprecated Use getAffineXCoord(), or normalize() and getXCoord(), instead
126 public ECFieldElement getAffineXCoord()
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