Searched refs:ISSUER_KEY_STORE_FILE (Results 1 - 12 of 12) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd001_fuzzer/ |
H A D | processcmd001_fuzzer.cpp | 31 options.Equals(Options::KEY_STORE_FILE, Options::ISSUER_KEY_STORE_FILE); in DoSomethingInterestingWithMyAPI()
|
/developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
H A D | params_run_tool.cpp | 192 Options::ISSUER_KEY_STORE_FILE})) { in RunCa() 223 if (!CmdUtil::UpdateParamForCheckInFile(params, {Options::KEY_STORE_FILE, Options::ISSUER_KEY_STORE_FILE})) { in RunCert() 280 if (params.find(Options::ISSUER_KEY_STORE_FILE) != params.end()) { in CheckEndCertArguments() 281 std::string issuerKeyStoreFile = params.GetString(Options::ISSUER_KEY_STORE_FILE); in CheckEndCertArguments() 297 if (!CmdUtil::UpdateParamForCheckInFile(params, {Options::KEY_STORE_FILE, Options::ISSUER_KEY_STORE_FILE, in RunAppCert() 314 if (!CmdUtil::UpdateParamForCheckInFile(params, {Options::KEY_STORE_FILE, Options::ISSUER_KEY_STORE_FILE, in RunProfileCert()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/ |
H A D | SignToolServiceImpl.java | 127 if (options.containsKey(Options.ISSUER_KEY_STORE_FILE)) { in generateCert() 152 String iksFile = options.getString(Options.ISSUER_KEY_STORE_FILE); in generateCA() 169 if (options.containsKey(Options.ISSUER_KEY_STORE_FILE)) { in generateCA() 170 FileUtils.validFileType(options.getString(Options.ISSUER_KEY_STORE_FILE), "p12", "jks"); in generateCA() 198 if (options.containsKey(Options.ISSUER_KEY_STORE_FILE)) { in generateAppCert() 220 if (options.containsKey(Options.ISSUER_KEY_STORE_FILE)) { in generateProfileCert()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/ |
H A D | HapSignTool.java | 209 if (params.containsKey(Options.ISSUER_KEY_STORE_FILE)) { in checkEndCertArguments() 210 String issuerKeyStoreFile = params.getString(Options.ISSUER_KEY_STORE_FILE); in checkEndCertArguments() 249 if (params.containsKey(Options.ISSUER_KEY_STORE_FILE)) { in runCert() 250 String issuerKeyStoreFile = params.getString(Options.ISSUER_KEY_STORE_FILE); in runCert()
|
/developtools/hapsigner/hapsigntool_cpp/common/include/ |
H A D | options.h | 67 static const std::string ISSUER_KEY_STORE_FILE; member in OHOS::SignatureTools::Options
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/ |
H A D | Options.java | 114 public static final String ISSUER_KEY_STORE_FILE = "issuerKeystoreFile"; field in Options
|
/developtools/hapsigner/hapsigntool_cpp/common/src/ |
H A D | options.cpp | 30 const std::string Options::ISSUER_KEY_STORE_FILE = "issuerKeystoreFile"; member in OHOS::SignatureTools::Options
|
H A D | localization_adapter.cpp | 146 std::string keyStore = options->GetString(Options::ISSUER_KEY_STORE_FILE); in IssuerKeyStoreFile()
|
/developtools/hapsigner/hapsigntool_cpp/api/src/ |
H A D | sign_tool_service_impl.cpp | 140 std::string iksFile = options->GetString(Options::ISSUER_KEY_STORE_FILE); in HandleIssuerKeyAliasEmpty() 141 if (!FileUtils::IsEmpty(iksFile) && !options->Equals(Options::KEY_STORE_FILE, Options::ISSUER_KEY_STORE_FILE)) { in HandleIssuerKeyAliasEmpty() 170 std::string iksFile = options->GetString(Options::ISSUER_KEY_STORE_FILE); in HandleIsserKeyAliasNotEmpty()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/adapter/ |
H A D | LocalizationAdapter.java | 118 keyStore = options.getString(Options.ISSUER_KEY_STORE_FILE, ""); in initKeyStore()
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/ |
H A D | generate_general_ca_test.cpp | 1474 params[Options::ISSUER_KEY_STORE_FILE] = issuerkeyStroeFile; in HWTEST_F() 1505 params[Options::ISSUER_KEY_STORE_FILE] = issuerkeyStroeFile; in HWTEST_F() 1537 params[Options::ISSUER_KEY_STORE_FILE] = issuerkeyStroeFile; in HWTEST_F() 1561 params[Options::ISSUER_KEY_STORE_FILE] = issuerkeyStroeFile; in HWTEST_F() 1785 options[Options::ISSUER_KEY_STORE_FILE] = std::string("/data/test/generateCA/ohtest.p12"); in HWTEST_F()
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/ |
H A D | options_test.cpp | 143 EXPECT_EQ(adaptePtr->options->Equals(Options::KEY_STORE_FILE, Options::ISSUER_KEY_STORE_FILE), false); in HWTEST_F() 163 EXPECT_EQ(adaptePtr->options->Required({ Options::KEY_STORE_FILE, Options::ISSUER_KEY_STORE_FILE }), false); in HWTEST_F()
|
Completed in 13 milliseconds