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

  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 149 String[] cns = getCNs(cert); local
151 verify(host, cns, subjectAlts);
154 public final void verify(final String host, final String[] cns,
161 // first CN provided. All other CNs are ignored.
164 if(cns != null && cns.length > 0 && cns[0] != null) {
165 names.add(cns[0]);
277 String[] cns = new String[cnList.size()]; local
278 cnList.toArray(cns);
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 149 String[] cns = getCNs(cert); local
151 verify(host, cns, subjectAlts);
154 public final void verify(final String host, final String[] cns,
161 // first CN provided. All other CNs are ignored.
164 if(cns != null && cns.length > 0 && cns[0] != null) {
165 names.add(cns[0]);
275 String[] cns = new String[cnList.size()]; local
276 cnList.toArray(cns);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1161 milliseconds