Home
last modified time | relevance | path

Searched refs:profileSigned (Results 1 – 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignElf.java91 String profileSigned = signParams.get(ParamConstants.PARAM_BASIC_PROFILE_SIGNED); in sign() local
92 if (!writeBlockDataToFile(signerConfig, tmpFile, outputFile, profileSigned, signParams)) { in sign()
142 String inputFile, String outputFile, String profileSigned, Map<String, String> signParams) { in writeBlockDataToFile() argument
155 signDataList.add(generateProfileSignByte(profileFile, profileSigned)); in writeBlockDataToFile()
232 …private static SignBlockData generateProfileSignByte(String profileFile, String profileSigned) thr… in generateProfileSignByte() argument
240 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in generateProfileSignByte()
DSignBin.java70 String profileSigned = signParams.get(ParamConstants.PARAM_BASIC_PROFILE_SIGNED); in sign() local
71 if (!writeBlockDataToFile(inputFile, outputFile, profileFile, profileSigned)) { in sign()
98 String inputFile, String outputFile, String profileFile, String profileSigned) { in writeBlockDataToFile() argument
113 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in writeBlockDataToFile()
/developtools/hapsigner/
DREADME_ZH.md111 ├── -profileSigned #指示profile文件是否带有签名,1表示有签名,0表示没有签名,默认为1。可选项
285 …├── -profileFile # 签名后的Provision Profile文件名,profileSigned为1时为p7b格式,profileSigned为0时为json格式,应用包签名…
286 ├── -profileSigned # 指示profile文件是否带有签名,1表示有签名,0表示没有签名,默认为1。可选项
DREADME.md105 …├── -profileSigned # Whether the profile is signed. The value 1 means the profile is signed, a…
305 …me of the signed provisioning profile. When profileSigned is 1, the file is in p7b format. When pr…
306 …├── -profileSigned # Whether the profile is signed. The value 1 means the profile is signed, and t…
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java301 String profileSigned = params.getString(Options.PROFILE_SIGNED, SIGNED); in checkProfile() local
306 if (!SIGNED.equals(profileSigned) && !NOT_SIGNED.equals(profileSigned)) { in checkProfile()
309 if (SIGNED.equals(profileSigned)) { in checkProfile()
/developtools/hapsigner/tools/
Dcommands.config91 …ile "ohtest_nopass.jks" -outFile "app1-signedcode.hap" -inForm "zip" -profileSigned "1" -extCfgFil…
92 …e "ohtest_nopass.jks" -outFile "app1-unsignedcode.hap" -inForm "zip" -profileSigned "1" -extCfgFil…
93 …ile "ohtest_nopass.jks" -outFile "app1-signedcode.hap" -inForm "zip" -profileSigned "1" -extCfgFil…
100 …ass.jks" -outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -profileSigned "0"',
101 …tFile "app1-unsignedcode.hap" -keyPwd "123456" -keystorePwd "123456" -profileSigned "0" -signCode …
102 …outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -profileSigned "0" -signCode …
103 …outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -profileSigned "0" -signcode …
104 …outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -profileSigned "0" -signcode …
105 …outFile "app1-signedcode.hap" -keyPwd "123456" -keystorePwd "123456" -profileSigned "0" -signcode …
106 …"output-elf-codesign-profile" -keyPwd "123456" -keystorePwd "123456" -profileSigned "1" -signCode …
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt171 …-profileSigned : indicates whether the profile file has a signature.The options are as follows: 1:…