Home
last modified time | relevance | path

Searched refs:cnList (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/org/apache/http/conn/ssl/
DAbstractVerifier.java213 List<String> cnList = dnParser.getAllMostSpecificFirst("cn"); in getCNs() local
215 if(!cnList.isEmpty()) { in getCNs()
216 String[] cns = new String[cnList.size()]; in getCNs()
217 cnList.toArray(cns); in getCNs()