Searched refs:ECC (Results 1 – 11 of 11) sorted by relevance
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/ |
| D | KeyPairTest.java | 64 KeyPair kEcc256 = KeyPairTools.generateKeyPair(KeyPairTools.ECC, KeyPairTools.NIST_P_256); in testKeyPair() 69 KeyPair kEcc384 = KeyPairTools.generateKeyPair(KeyPairTools.ECC, KeyPairTools.NIST_P_384); in testKeyPair() 81 … KeyPair keyPairEcc = KeyPairTools.generateKeyPair(KeyPairTools.ECC, KeyPairTools.RSA_3072); in testKeyPair()
|
| D | ProfileTest.java | 141 PrivateKey privateKey = KeyPairTools.stringToPrivateKey(KeyPairTools.ECC, PRIVATE_KEY_STR); in testProfile()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/key/ |
| D | KeyPairTools.java | 54 public static final String ECC = "EC"; field in KeyPairTools 99 algorithm = ECC; in generateKeyPair() 104 } else if (algorithm.equalsIgnoreCase(ECC)) { in generateKeyPair()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/ |
| D | CertTools.java | 69 private static final String ECC = "ECDSA"; field in CertTools 221 signAlgorithm = signAlgorithm.replace("RSA", ECC); in createFixedContentSigner() 223 if (privateKey instanceof RSAPrivateKey && signAlgorithm.contains(ECC)) { in createFixedContentSigner() 224 signAlgorithm = signAlgorithm.replace(ECC, "RSA"); in createFixedContentSigner()
|
| /developtools/hapsigner/ |
| D | README_ZH.md | 155 ├── -keyAlg # 密钥算法,必填项,包括RSA/ECC 156 ├── -keySize # 密钥长度,必填项,RSA算法的长度为2048/3072/4096,ECC算法的长度NIST-P-256/NIST-P-384 176 ├── -keyAlg # 密钥算法,必填项,包括RSA/ECC 177 …├── -keySize # 密钥长度,必填项,RSA算法的长度为2048/3072/4096,ECC算法的长度NIST-P-256/NIST-P-…
|
| D | README.md | 151 ├── -keyAlg # Key algorithm, which can be RSA or ECC. It is mandatory. 152 …y length is 2048, 3072, or 4096 bits if RSA is used and is NIST-P-256 or NIST-P-384 if ECC is used. 178 ├── -keyAlg # Key algorithm, which can be RSA or ECC. It is mandatory. 179 …y length is 2048, 3072, or 4096 bits if RSA is used and is NIST-P-256 or NIST-P-384 if ECC is used.
|
| /developtools/hapsigner/tools/ |
| D | commands.config | 3 …'generate-keypair -keyAlias "oh-app1-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -keyst… 6 …'generate-keypair -keyAlias "oh-app1-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -keyst… 15 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… 16 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… 17 …'generate-ca -keyAlias "oh-app-啥呀sign-……%%%#srv-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIS… 18 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… 19 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… 20 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… 21 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… 22 …'generate-ca -keyAlias "oh-root-ca-key-v1" -keyPwd 123456 -keyAlg ECC -keySize NIST-P-256 -subject… [all …]
|
| /developtools/hapsigner/autosign/ |
| D | createAppCertAndProfile.config | 13 common.keyAlg=ECC
|
| D | createRootAndSubCert.config | 13 common.keyAlg=ECC
|
| D | autosign.config | 13 common.keyAlg=ECC
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/ |
| D | help.txt | 22 -keyAlg : key algorithm, required fields, including RSA/ECC; 23 …elds, the size of the RSA algorithm is 2048/3072/4096, and the size of the ECC algorithm is NIST-P… 29 …generate-keypair -keyAlias "oh-app1-key-v1" -keyPwd ****** -keyAlg ECC -keySize NIST-P-256 -keysto… 75 -keyAlg : key algorithm, required fields, including RSA/ECC; 76 …elds, the size of the RSA algorithm is 2048/3072/4096, and the size of the ECC algorithm is NIST-P…
|