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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECNamedCurveSpec.java49 private static ECPoint convertPoint( method in class:ECNamedCurveSpec
61 super(convertCurve(curve, null), convertPoint(g), n, 1);
84 super(convertCurve(curve, null), convertPoint(g), n, h.intValue());
109 super(convertCurve(curve, seed), convertPoint(g), n, h.intValue());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DEC5Util.java102 convertPoint(curve, ecSpec.getGenerator(), withCompression),
108 public static org.bouncycastle.math.ec.ECPoint convertPoint( method in class:EC5Util
113 return convertPoint(convertCurve(ecSpec.getCurve()), point, withCompression);
116 public static org.bouncycastle.math.ec.ECPoint convertPoint( method in class:EC5Util

Completed in 101 milliseconds