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