HomeSort by relevance Sort by last modified time
    Searched defs:getCurve (Results 1 - 7 of 7) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ECDomainParameters.java 50 public ECCurve getCurve()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECParameterSpec.java 64 public ECCurve getCurve()
114 return this.getCurve().equals(other.getCurve()) && this.getG().equals(other.getG());
119 return this.getCurve().hashCode() ^ this.getG().hashCode();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9Curve.java 119 public ECCurve getCurve()
X9ECParameters.java 45 this.curve = x9c.getCurve();
126 public ECCurve getCurve()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 65 public ECCurve getCurve()
260 return this.getCurve().createRawPoint(getRawXCoord().multiply(sx), getRawYCoord().multiply(sy), this.withCompression);
280 ECCurve c1 = this.getCurve(), c2 = other.getCurve();
339 ECCurve c = this.getCurve();
454 return this.getCurve().getMultiplier().multiply(this, k);
536 ECCurve curve = this.getCurve();
753 ECCurve curve = this.getCurve();
770 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1));
896 ECCurve curve = this.getCurve();
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 219 milliseconds