Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DCertTest.java102 X500Name subName = CertUtils.buildDN(subject); in testRootCaCert()
143 X500Name subName = CertUtils.buildDN(APP1_RELEASE); in testSubCaCert()
183 X500Name subName = CertUtils.buildDN(APP1_RELEASE); in testAppCert()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DLocalizationAdapter.java359 return CertUtils.buildDN(subject); in getSubject()
369 return CertUtils.buildDN(issuer); in getIssuer()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertUtils.java143 public static X500Name buildDN(String nameString) { in buildDN() method in CertUtils