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

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 31 final class OpenSSLECGroupContext {
34 OpenSSLECGroupContext(NativeRef.EC_GROUP groupCtx) {
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);
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 78 milliseconds