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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java 85 List<String> altNames = getSubjectAltNames(certificate, ALT_IPA_NAME);
86 for (int i = 0, size = altNames.size(); i < size; i++) {
87 if (ipAddress.equalsIgnoreCase(altNames.get(i))) {
100 List<String> altNames = getSubjectAltNames(certificate, ALT_DNS_NAME);
101 for (int i = 0, size = altNames.size(); i < size; i++) {
103 if (verifyHostName(hostName, altNames.get(i))) {
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 306 GeneralNames altNames = altNameExt.get(
309 if (altNames != null) {
310 for (int j = 0, n = altNames.size(); j < n; j++) {
311 GeneralNameInterface altName = altNames.get(j).getName();
  /libcore/ojluni/src/main/java/sun/security/x509/
NameConstraintsExtension.java 442 GeneralNames altNames = null;
443 // extract altNames
451 // extract altNames from extension; this call does not
452 // return an IOException on null altnames
453 altNames = altNameExt.get(
465 if (altNames == null) {
470 for (int i = 0; i < altNames.size(); i++) {
471 GeneralNameInterface altGNI = altNames.get(i).getName();
X509CertImpl.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotation/2.0.18/
error_prone_annotation-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /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 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 

Completed in 330 milliseconds