Searched defs:getCurve (Results 1 - 8 of 8) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9Curve.java119 public ECCurve getCurve() method in class:X9Curve
H A DX9ECParameters.java45 this.curve = x9c.getCurve();
126 public ECCurve getCurve() method in class:X9ECParameters
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DECDomainParameters.java50 public ECCurve getCurve() method in class:ECDomainParameters
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECParameterSpec.java64 public ECCurve getCurve() method in class:ECParameterSpec
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/math/ec/
H A DECPoint.java65 public ECCurve getCurve() method in class:ECPoint
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/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 203 milliseconds