Home | History | Annotate | Download | only in util

Lines Matching refs:ECCurve

26 import org.bouncycastle.math.ec.ECCurve;
53 // customCurves.put(new ECCurve.Fp(
60 public static ECCurve getCurve(
64 ECCurve curve;
126 X962Parameters params, ECCurve curve)
202 ECCurve curve,
213 public static ECCurve convertCurve(
222 ECCurve.Fp curve = new ECCurve.Fp(((ECFieldFp)field).getP(), a, b);
226 return (ECCurve)customCurves.get(curve);
236 return new ECCurve.F2m(m, ks[0], ks[1], ks[2], a, b);
286 ECCurve curve = convertCurve(ecSpec.getCurve());
305 ECCurve curve,