Searched refs:outForm (Results 1 – 9 of 9) sorted by relevance
| /developtools/hapsigner/ |
| D | README_ZH.md | 206 ├── -outForm # 输出证书文件的格式,包括 cert / certChain,可选项,默认为certChain 207 ├── -rootCaCertFile # outForm为certChain时必填,根CA证书文件 208 ├── -subCaCertFile # outForm为certChain时必填,中间CA证书文件 226 ├── -outForm # 输出证书文件的格式,包括 cert / certChain,可选项,默认为certChain 227 ├── -rootCaCertFile # outForm为certChain时必填,根CA证书文件 228 ├── -subCaCertFile # outForm为certChain时必填,中间CA证书文件
|
| D | README.md | 211 …├── -outForm # Format of the certificate to generate. It is optional. The … 212 …ootCaCertFile # Root CA certificate, which is mandatory when outForm is certChain. 213 … # Intermediate CA certificate file, which is mandatory when outForm is certChain. 234 …├── -outForm # Format of the certificate to generate. It is optional. The … 235 …ootCaCertFile # Root CA certificate, which is mandatory when outForm is certChain. 236 … # Intermediate CA certificate file, which is mandatory when outForm is certChain.
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/ |
| D | HapSignTool.java | 186 String outForm = params.getString(Options.OUT_FORM); in checkEndCertArguments() local 187 if (!StringUtils.isEmpty(outForm)) { in checkEndCertArguments() 188 CmdUtil.verifyType(outForm, Options.OUT_FORM_SCOPE); in checkEndCertArguments() 190 if (StringUtils.isEmpty(outForm) || "certChain".equals(outForm)) { in checkEndCertArguments()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/ |
| D | help.txt | 107 …-outForm : the format of the output certificate file, including cert/certChain, optional fields, t… 108 -rootCaCertFile : root CA certificate file, required when outForm is certChain; 109 -subCaCertFile : secondary sub-CA certificate file, required when outForm is certChain; 116 …-srv-ca.cer" -keystoreFile "D:\OH\app-keypair.jks" -keystorePwd ****** -outForm certChain -outFil… 117 …-srv-ca.cer" -keystoreFile "D:\OH\app-keypair.jks" -keystorePwd ****** -outForm certChain -outFil… 130 …-outForm : the format of the output certificate file, including cert/certChain, optional fields, t… 131 -rootCaCertFile : root CA certificate file, required when outForm is certChain; 132 -subCaCertFile : secondary sub-CA certificate file, required when outForm is certChain; 139 …-ca.cer" -keystoreFile "D:\OH\profile-keypair.jks" -keystorePwd ****** -outForm certChain -outFil… 140 …-ca.cer" -keystoreFile "D:\OH\profile-keypair.jks" -keystorePwd ****** -outForm certChain -outFil…
|
| /developtools/hapsigner/tools/ |
| D | commands.config | 65 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 66 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 67 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 68 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 69 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 71 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 72 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 73 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 74 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… 75 …-signAlg SHA256withECDSA -keystoreFile "ohtest.p12" -keystorePwd 123456 -outForm certChain -rootCa… [all …]
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/ |
| D | LocalizationAdapter.java | 250 String outForm = options.getString(Options.OUT_FORM, "certChain"); in isOutFormChain() local 251 return "certChain".equals(outForm); in isOutFormChain()
|
| /developtools/hapsigner/autosign/ |
| D | createAppCertAndProfile.config | 17 common.outForm=certChain
|
| D | createRootAndSubCert.config | 17 common.outForm=certChain
|
| D | autosign.config | 17 common.outForm=certChain
|