Searched defs:OpenSSLECGroupContext (Results 1 - 5 of 5) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLECGroupContext.java31 final class OpenSSLECGroupContext { class
34 OpenSSLECGroupContext(NativeRef.EC_GROUP groupCtx) { method in class:OpenSSLECGroupContext
38 static OpenSSLECGroupContext getCurveByName(String curveName) {
51 return new OpenSSLECGroupContext(groupRef);
56 throw new IllegalArgumentException("OpenSSLECGroupContext.equals is not defined");
69 static OpenSSLECGroupContext getInstance(ECParameterSpec params)
73 return OpenSSLECGroupContext.getCurveByName(curveName);
131 return OpenSSLECGroupContext.getCurveByName(curveName);
154 return new OpenSSLECGroupContext(groupRef);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...

Completed in 3044 milliseconds