Home
last modified time | relevance | path

Searched refs:inForm (Results 1 – 8 of 8) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java288 String inForm = params.getString(Options.IN_FORM, "zip"); in runSignApp() local
289 if (!StringUtils.isEmpty(inForm) && !containsIgnoreCase(inForm)) { in runSignApp()
299 String inForm = params.getString(Options.IN_FORM); in checkProfile() local
303 if ("elf".equalsIgnoreCase(inForm) && StringUtils.isEmpty(profileFile)) { in checkProfile()
338 String inForm = params.getString(Options.IN_FORM, "zip"); in runVerifyApp() local
339 if (!containsIgnoreCase(inForm)) { in runVerifyApp()
372 private static boolean containsIgnoreCase(String inForm) { in containsIgnoreCase() argument
374 if (s.equalsIgnoreCase(inForm)) { in containsIgnoreCase()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCodeSigning.java117 public byte[] getElfCodeSignBlock(File input, long offset, String inForm, String profileContent) in getElfCodeSignBlock() argument
119 if (!SUPPORT_BIN_FILE_FORM.equalsIgnoreCase(inForm)) { in getElfCodeSignBlock()
168 …public byte[] getCodeSignBlock(File input, long offset, String inForm, String profileContent, Zip … in getCodeSignBlock() argument
171 if (!StringUtils.containsIgnoreCase(SUPPORT_FILE_FORM, inForm)) { in getCodeSignBlock()
/developtools/hapsigner/
DREADME_ZH.md112 … ├── -inForm #输入的原始文件的格式,枚举值:zip、elf或bin;zip和elf支持代码签名,hap 应用包对应zip,二进制工具对应elf,默认zip;可选项
287 … ├── -inForm # 输入的原始文件的格式,枚举值:zip、elf或bin;zip和elf支持代码签名,hap 应用包对应zip,二进制工具对应elf,默认zip;可选项
301 … ├── -inForm # 输入的原始文件的格式,枚举值:zip、elf或bin;zip和elf支持代码签名,hap 应用包对应zip,二进制工具对应elf,默认zip;可选项
DREADME.md106 …├── -inForm # Format of the file to be signed. The value can be zip, elf, or bin. It is…
307 …├── -inForm # Format of the file to be signed. The value can be zip, elf, or bin. It is zip…
324 …├── -inForm # Format of the file to be signed. The value can be zip, elf, or bin. It is z…
/developtools/hapsigner/autosign/
DsignElf.config33 sign.app.inForm=elf
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java317 String inForm = options.getString(Options.IN_FORM, "zip"); in signHap() local
318 if ("zip".equalsIgnoreCase(inForm)) { in signHap()
320 } else if ("elf".equalsIgnoreCase(inForm)) { in signHap()
/developtools/hapsigner/tools/
Dcommands.config91 …d.hap" -keystoreFile "ohtest_nopass.jks" -outFile "app1-signedcode.hap" -inForm "zip" -profileSign…
92 …hap" -keystoreFile "ohtest_nopass.jks" -outFile "app1-unsignedcode.hap" -inForm "zip" -profileSign…
93 …d.hap" -keystoreFile "ohtest_nopass.jks" -outFile "app1-signedcode.hap" -inForm "zip" -profileSign…
94 …st_pass.jks" -outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -inForm "bin" ',
95 …-outFile "app1-unsignedcode.hap" -keyPwd "123456" -keystorePwd "123456" -inForm "bin" -signCode "0…
96 …" -outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -inForm "bin" -signCode "1…
97 …est_pass.jks" -outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -inForm "bin"',
98 …-outFile "app1-unsignedcode.hap" -keyPwd "123456" -keystorePwd "123456" -inForm "bin" -signCode "0…
99 …" -outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -inForm "bin" -signCode "1…
103 …gnedcode.hap" -keyPwd "123456" -keystorePwd "123456" -profileSigned "0" -signcode "1" -inForm zip',
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt178 …-inForm : Enter the format of the original file. The supported file formats include .zip, .bin, an…
196 …-inForm : Enter the format of the original file. The supported file formats include .zip, .bin, an…