Home
last modified time | relevance | path

Searched defs:certPath (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/adapter/
DLocalizationAdapter.java213 String certPath = options.getString(Options.PROFILE_CERT_FILE); in getSignCertChain() local
232 String certPath = options.getString(Options.SUB_CA_CERT_FILE); in getSubCaCertFile() local
242 String certPath = options.getString(Options.CA_CERT_FILE); in getCaCertFile() local
263 public List<X509Certificate> getCertsFromFile(String certPath, String logTitle) { in getCertsFromFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertChainUtils.java100 CertPath certPath = getCertPath(certificates, trustStore, issuer, serial, signTime); in verifyCertChain() local