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

/dalvik/libcore/security/src/main/java/java/security/spec/
H A DEllipticCurve.java28 public class EllipticCurve { class
47 * Creates a new {@code EllipticCurve} with the specified field,
61 public EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed) { method in class:EllipticCurve
104 * Creates a new {@code EllipticCurve} with the specified field and
116 public EllipticCurve(ECField field, BigInteger a, BigInteger b) { method in class:EllipticCurve
176 if (!(other instanceof EllipticCurve)) {
179 EllipticCurve otherEc = (EllipticCurve) other;

Completed in 30 milliseconds