Home | History | Annotate | Download | only in spec

Lines Matching refs:curve

10  * basic domain parameters for an Elliptic Curve public or private key.
15 private ECCurve curve;
22 ECCurve curve,
26 this.curve = curve;
34 ECCurve curve,
39 this.curve = curve;
47 ECCurve curve,
53 this.curve = curve;
61 * return the curve along which the base point lies.
62 * @return the curve
66 return curve;
97 * return the seed used to generate this curve (if available).