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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CertificatePinner.java 135 private final Map<String, Set<ByteString>> hostnameToPins;
138 this.hostnameToPins = Util.immutableMap(builder.hostnameToPins);
189 Set<ByteString> directPins = hostnameToPins.get(hostname);
200 wildcardPins = hostnameToPins.get("*." + hostname.substring(indexOfFirstDot + 1));
235 private final Map<String, Set<ByteString>> hostnameToPins = new LinkedHashMap<>();
249 Set<ByteString> previousPins = hostnameToPins.put(hostname, unmodifiableSet(hostPins));
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 

Completed in 546 milliseconds