Searched refs:getCurve (Results 1 – 3 of 3) sorted by relevance
64 assertEquals("wrong elliptic curve", curve, ecps.getCurve()); in test_constructorLjava_security_spec_EllipticCurveLjava_security_spec_ECPointLjava_math_BigIntegerI()115 assertEquals("wrong elliptic curve", curve, ecps.getCurve()); in test_GetCurve()
87 public EllipticCurve getCurve() { in getCurve() method in ECParameterSpec
363 assertEquals(expected.getCurve(), actual.getCurve()); in assertECParametersEquals()