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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CertificatePinner.java 190 Set<ByteString> wildcardPins = null;
200 wildcardPins = hostnameToPins.get("*." + hostname.substring(indexOfFirstDot + 1));
203 if (directPins == null && wildcardPins == null) return null;
205 if (directPins != null && wildcardPins != null) {
208 pins.addAll(wildcardPins);
214 return wildcardPins;
  /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 106 milliseconds