Searched refs:tempArray (Results 1 – 1 of 1) sorted by relevance
570 String[] tempArray = element.split("="); in getCertificateCN() local571 if (tempArray.length == 2) { in getCertificateCN()572 return tempArray[1]; in getCertificateCN()