Home
last modified time | relevance | path

Searched defs:xOdd (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/spec/
DEdECPoint.java50 private final boolean xOdd; field in EdECPoint
61 public EdECPoint(boolean xOdd, BigInteger y) { in EdECPoint()
/libcore/ojluni/annotations/sdk/nullability/java/security/spec/
DEdECPoint.annotated.java34 …public EdECPoint(boolean xOdd, @libcore.util.NonNull BigInteger y) { throw new RuntimeException("S… in EdECPoint()