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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9Curve.java121 public ECCurve getCurve() method in class:X9Curve
H A DX9ECParameters.java47 this.curve = x9c.getCurve();
159 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/jcajce/provider/asymmetric/util/
H A DEC5Util.java46 customCurves.put(curveParams.getCurve(), CustomNamedCurves.getByName(name).getCurve());
54 // c25519.getCurve().getField().getCharacteristic(),
55 // c25519.getCurve().getA().toBigInteger(),
56 // c25519.getCurve().getB().toBigInteger()), c25519.getCurve());
60 public static ECCurve getCurve( method in class:EC5Util
80 curve = ecP.getCurve();
89 curve = configuration.getEcImplicitlyCa().getCurve();
95 curve = ecP.getCurve();
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java80 public ECCurve getCurve() method in class:ECPoint
282 return this.getCurve().createRawPoint(getRawXCoord().multiply(sx), getRawYCoord().multiply(sy), this.withCompression);
307 ECCurve curve = getCurve();
328 : getCurve().createRawPoint(getRawXCoord().multiply(scale), getRawYCoord(), getRawZCoords(), this.withCompression);
335 : getCurve().createRawPoint(getRawXCoord(), getRawYCoord().multiply(scale), getRawZCoords(), this.withCompression);
345 ECCurve c1 = this.getCurve(), c2 = other.getCurve();
404 ECCurve c = this.getCurve();
525 return this.getCurve().getMultiplier().multiply(this, k);
678 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/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 120 milliseconds