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

/libcore/luni/src/main/java/java/security/spec/
H A DEllipticCurve.java26 public class EllipticCurve { class
45 * Creates a new {@code EllipticCurve} with the specified field,
59 public EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed) { method in class:EllipticCurve
102 * Creates a new {@code EllipticCurve} with the specified field and
114 public EllipticCurve(ECField field, BigInteger a, BigInteger b) { method in class:EllipticCurve
174 if (!(other instanceof EllipticCurve)) {
177 EllipticCurve otherEc = (EllipticCurve) other;

Completed in 4303 milliseconds