Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java570 String[] tempArray = element.split("="); in getCertificateCN() local
571 if (tempArray.length == 2) { in getCertificateCN()
572 return tempArray[1]; in getCertificateCN()