Home
last modified time | relevance | path

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

/developtools/hapsigner/
DREADME.md7 …des the functions such as generating a key pair, a certificate signing request (CSR), or a certifi…
82 … # Profile signing certificate (certificate chain, in the end-entity certificate, intermediate CA…
103 … # App signing certificate (certificate chain, in the end-entity certificate, intermediate CA…
117 …You can use the scripts to easily generate a key pair or an end-entity certificate and sign a prof…
139 …> To generate a KS file, root CA certificate, intermediate CA certificate, and profile signing cer…
141 … generate the required KS file, root CA certificate, intermediate CA certificate, and profile sign…
172 3. Generate a root CA or intermediate CA certificate.
175 …rate a root CA or intermediate CA certificate. If the key does not exist, generate a key together …
180 …─ -issuer # Issuer of the certificate. It is optional. It indicates a root CA c…
181 … # Key alias of the issuer. It is optional. It indicates a root CA certificate if not specifie…
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt35 -subject : certificate subject, required fields;
51 -subject : certificate subject, required fields;
52 -validity : certificate validity, optional fields, the default is 1095 days;
53 …tificateSignature, crlSignature, encipherOnly and decipherOnly, if the certificate includes multip…
80 -subject : certificate subject, required fields;
81 -validity : certificate validity, optional fields, the default is 3650 days;
102 -subject : certificate subject, required fields;
103 -validity : certificate validity, optional fields, the default is 1095 days;
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;
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/
DKeyStoreHelper.java221 private void putValidCert(List<X509Certificate> certificates, Certificate certificate) { in putValidCert() argument
222 if (!(certificate instanceof X509Certificate)) { in putValidCert()
225 X509Certificate cert = (X509Certificate) certificate; in putValidCert()
248 for (Certificate certificate : certs) { in loadCertificates()
249 putValidCert(certificates, certificate); in loadCertificates()
283 X509Certificate certificate = createKeyOnly(keyPair, alias); in store() local
284 certs = new X509Certificate[]{certificate}; in store()
/developtools/packing_tool/adapter/ohos/
DREADME38 9.In app package mode, signature and certificate may be resource files later,
91 --pack-info-path <option> --signature-path [option] --certificate-path [option] --force [option]
103 --certificate-path certificate file path.
139 --signature-path example/signature --certificate-path example/certificate
147 | certificate
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertUtils.java195 public static String generateCertificateInCer(X509Certificate certificate) in generateCertificateInCer() argument
199 .encodeToString(certificate.getEncoded()) in generateCertificateInCer()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java143 private static SignerIdentifier generateSignerIdentifier(X509Certificate certificate) in generateSignerIdentifier() argument
146 (new JcaX509CertificateHolder(certificate)).toASN1Structure())); in generateSignerIdentifier()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java364 public boolean outputCert(X509Certificate certificate, String file) { in outputCert() argument
367 logger.info(CertUtils.generateCertificateInCer(certificate)); in outputCert()
369 … FileUtils.write(CertUtils.generateCertificateInCer(certificate).getBytes(StandardCharsets.UTF_8), in outputCert()
/developtools/packing_tool/
DREADME_zh.md79 …n> --hsp-path <option> --out-path [option] --signature-path [option] --certificate-path [option] -…
92 | --certificate-path | 否 | NA | 证书路径。 …