Home
last modified time | relevance | path

Searched defs:certPath (Results 1 – 3 of 3) 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
231 String certPath = options.getString(Options.SUB_CA_CERT_FILE); in getSubCaCertFile() local
241 String certPath = options.getString(Options.CA_CERT_FILE); in getCaCertFile() local
262 public List<X509Certificate> getCertsFromFile(String certPath, String logTitle) { in getCertsFromFile()
/developtools/hapsigner/hapsigntool_cpp/common/src/
Dlocalization_adapter.cpp198 std::string certPath = options->GetString(Options::PROFILE_CERT_FILE); in STACK_OF() local
238 std::string certPath = options->GetString(Options::SUB_CA_CERT_FILE); in GetSubCaCertFile() local
249 std::string certPath = options->GetString(Options::CA_CERT_FILE); in GetCaCertFile() local
258 std::vector<X509*> LocalizationAdapter::GetCertsFromFile(std::string& certPath, const std::string& … in GetCertsFromFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertChainUtils.java97 CertPath certPath = getCertPath(certificates, trustStore, issuer, serial, signTime); in verifyCertChain() local