Lines Matching defs:TEN
38 private static final BigInteger TEN = BigInteger.TEN;
39 private static final ECFieldFp FP = new ECFieldFp(TEN);
49 (new ECFieldFp(TEN), ONE, ONE);
50 private static final ECPoint POINT = new ECPoint(ONE, TEN);
58 (TEN, PARAMS);
76 if (TEN.equals(FP.getP()) == false) {
79 if (FP.getFieldSize() != TEN.bitLength()) {
234 new ECPoint(null, TEN);
249 if (!(TEN.equals(POINT.getAffineY()))) {
298 if (!(TEN.equals(PRIV_KEY.getS()))) {
360 new EllipticCurve(null, ONE, TEN);
363 new EllipticCurve(FP, null, TEN);
369 new EllipticCurve(null, ONE, TEN, null);
372 new EllipticCurve(FP, null, TEN, null);