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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java116 ECPoint p = createPoint(x, y);
130 ECPoint p = createPoint(x, y, withCompression);
138 public ECPoint createPoint(BigInteger x, BigInteger y) method in class:ECCurve
140 return createPoint(x, y, false);
144 * @deprecated per-point compression property will be removed, use {@link #createPoint(BigInteger, BigInteger)}
147 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) method in class:ECCurve
711 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) method in class:ECCurve.AbstractF2m
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 69 milliseconds