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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 29 public final class OpenSSLECGroupContext {
32 public OpenSSLECGroupContext(NativeRef.EC_GROUP groupCtx) {
36 public static OpenSSLECGroupContext getCurveByName(String curveName) {
55 return new OpenSSLECGroupContext(groupRef);
60 throw new IllegalArgumentException("OpenSSLECGroupContext.equals is not defined");
73 public static OpenSSLECGroupContext getInstance(ECParameterSpec params)
77 return OpenSSLECGroupContext.getCurveByName(curveName);
135 return OpenSSLECGroupContext.getCurveByName(curveName);
160 return new OpenSSLECGroupContext(groupRef);
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 130 milliseconds