Searched refs:cnList (Results 1 – 1 of 1) sorted by relevance
213 List<String> cnList = dnParser.getAllMostSpecificFirst("cn"); in getCNs() local215 if(!cnList.isEmpty()) { in getCNs()216 String[] cns = new String[cnList.size()]; in getCNs()217 cnList.toArray(cns); in getCNs()