Home
last modified time | relevance | path

Searched refs:keyPwd (Results 1 – 11 of 11) sorted by relevance

/developtools/hapsigner/tools/
Dcommands.config3 …'generate-keypair -keyAlias "oh-app1-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -keyst…
4 …'generate-keypair -keyAlias "oh-app1-什么key-v1" -keyPwd 123456 -keyAlg RSA -keySize 3072 -keystoreF…
6 …'generate-keypair -keyAlias "oh-app1-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -keyst…
7 …'generate-csr -keyAlias "oh-app1-key-v1" -keyPwd 123456 -subject "C=CN,O=OpenHarmony,OU=OpenHarmon…
8 …'generate-csr -keyAlias "oh-app1-key-v1" -keyPwd 123456 -subject "C=CN,O=OpenHarmony,OU=OpenHarmon…
9 …'generate-csr -keyAlias "oh-app1-key-v1" -keyPwd 123456 -subject "C=CN,O=OpenHarmony,OU=OpenHarmon…
10 …'generate-csr -keyAlias "oh-app1-key-v1" -keyPwd 123456 -subject "C=CN,O=OpenHarmony,OU=OpenHarmon…
11 …'generate-csr -keyAlias "oh-app1-key-v1" -keyPwd 123456 -subject "C=CN,O=OpenHarmony,OU=OpenHarmon…
12 …'generate-csr -keyAlias "oh-app1-key-v1" -keyPwd 123456 -subject "C=CN,O=OpenHarmony,OU=OpenHarmon…
13 …'generate-csr -keyAlias "oh-app1-key-v1" -keyPwd 123456 -subject "C=CN,O=OpenHarmony,OU=OpenHarmon…
[all …]
/developtools/hapsigner/
DREADME_ZH.md80 …n" -keystoreFile "result\ohtest.jks" -outFile "result\app1-profile.p7b" -keyPwd "123456" -keystore…
87 ├── -keyPwd #密钥口令,可选项
101 …" -keystoreFile "result\ohtest.jks" -outFile "result\app1-unsigned.hap" -keyPwd "123456" -keystore…
108 ├── -keyPwd #密钥口令,可选项
139 …ertAndProfile.config、signElf.config 和 signHap.config,修改配置文件中的配置信息:common.keyPwd 和 common.issuerKey…
144 …1.使用文本编辑器编辑 createRootAndSubCert.config 修改配置文件中的配置信息:common.keyPwd 和 common.issuerKeyPwd 参数值改成自己定义…
154 ├── -keyPwd # 密钥口令,可选项
164 ├── -keyPwd # 密钥口令,可选项
175 ├── -keyPwd # 密钥口令,可选项
195 ├── -keyPwd # 密钥口令,可选项
[all …]
DREADME.md74 …n" -keystoreFile "result\ohtest.jks" -outFile "result\app1-profile.p7b" -keyPwd "123456" -keystore…
81 ├── -keyPwd # Key password. It is optional.
95 …" -keystoreFile "result\ohtest.jks" -outFile "result\app1-unsigned.hap" -keyPwd "123456" -keystore…
102 ├── -keyPwd # Key password. It is optional.
133 …gnElf.config**, and **signHap.config** and change the values of **common.keyPwd** and **common.iss…
140 …e **createRootAndSubCert.config** file and change the values of **common.keyPwd** and **common.iss…
150 ├── -keyPwd # Key password. It is optional.
163 ├── -keyPwd # Key password. It is optional.
177 ├── -keyPwd # Key password. It is optional.
200 ├── -keyPwd # Key password. It is optional.
[all …]
/developtools/hapsigner/autosign/
DcreateAppCertAndProfile.config21 common.keyPwd=123456
26 app.keypair.keyPwd=123456
30 profile.keypair.keyPwd=123456
DsignHap.config17 common.keyPwd=123456
22 app.keypair.keyPwd=123456
DsignElf.config17 common.keyPwd=123456
22 app.keypair.keyPwd=123456
Dautosign.config21 common.keyPwd=123456
26 app.keypair.keyPwd=123456
30 profile.keypair.keyPwd=123456
DcreateRootAndSubCert.config20 common.keyPwd=123456
25 profile.keypair.keyPwd=123456
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt21 -keyPwd : key password, optional fields;
29 …generate-keypair -keyAlias "oh-app1-key-v1" -keyPwd ****** -keyAlg ECC -keySize NIST-P-256 -keysto…
30 …generate-keypair -keyAlias "oh-profile-key-v1" -keyPwd ****** -keyAlg RSA -keySize 2048 -keystoreF…
34 -keyPwd : key password, optional fields;
43 …generate-csr -keyAlias "oh-app1-key-v1" -keyPwd ****** -subject "C=CN,O=OpenHarmony,OU=OpenHarmony…
47 -keyPwd : key password, optional fields;
70 …generate-cert -keyAlias "oh-app1-key-v1" -keyPwd ****** -issuer "C=CN,O=OpenHarmony,OU=OpenHarmony…
74 -keyPwd : key password, optional fields;
98 -keyPwd : key password, optional fields;
116 …generate-app-cert -keyAlias "oh-app1-key-v1" -keyPwd ****** -issuer "C=CN,O=OpenHarmony,OU=OpenHar…
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/
DKeyStoreHelper.java277 public boolean store(String alias, char[] keyPwd, KeyPair keyPair, X509Certificate[] certs) { in store() argument
279 if (keyPwd == null) { in store()
280 keyPwd = new char[0]; in store()
287 keyStore.setKeyEntry(alias, keyPair.getPrivate(), keyPwd, certs); in store()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DLocalizationAdapter.java183 private KeyPair getKeyPair(String alias, char[] keyPwd, boolean autoCreate) { in getKeyPair() argument
190 keyPair = keyStoreHelper.loadKeyPair(alias, keyPwd); in getKeyPair()
196 keyStoreHelper.store(alias, keyPwd, keyPair, null); in getKeyPair()