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.java215 List<String> cnList = dnParser.getAllMostSpecificFirst("cn"); in getCNs() local
217 if(!cnList.isEmpty()) { in getCNs()
218 String[] cns = new String[cnList.size()]; in getCNs()
219 cnList.toArray(cns); in getCNs()