Home
last modified time | relevance | path

Searched refs:getCofactor (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/tests/security/spec/
DECParameterSpecTest.java63 assertEquals("wrong cofactor was returned", 1, ecps.getCofactor()); in test_constructorLjava_security_spec_EllipticCurveLjava_security_spec_ECPointLjava_math_BigIntegerI()
138 assertEquals("wrong cofactor was returned", 1, ecps.getCofactor()); in test_GetCofactor()
/libcore/ojluni/annotations/mmodule/java/security/spec/
DECParameterSpec.annotated.java41 public int getCofactor() { throw new RuntimeException("Stub!"); } in getCofactor() method in ECParameterSpec
/libcore/ojluni/src/main/java/java/security/spec/
DECParameterSpec.java111 public int getCofactor() { in getCofactor() method in ECParameterSpec
/libcore/ojluni/annotations/hiddenapi/java/security/spec/
DECParameterSpec.java54 public int getCofactor() { in getCofactor() method in ECParameterSpec