Home
last modified time | relevance | path

Searched defs:certs (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertificateUtils.java53 …public static void verifyCertChain(List<X509Certificate> certs) throws VerifyCertificateChainExcep… in verifyCertChain()
93 List<X509Certificate> certs = new ArrayList<X509Certificate>(certificates); in getCertListFromFile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyUtils.java59 Store<X509CertificateHolder> certs = cmsSignedData.getCertificates(); in verifyCmsSignedData() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/
DKeyStoreHelper.java247 Certificate[] certs = keyStore.getCertificateChain(alias); in loadCertificates() local
277 public boolean store(String alias, char[] keyPwd, KeyPair keyPair, X509Certificate[] certs) { in store()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DBcPkcs7Generator.java112 ASN1Set certs = null; in packagePKCS7() local
217 …private ASN1Set createBerSetFromCerts(List<X509Certificate> certs) throws CertificateEncodingExcep… in createBerSetFromCerts()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java177 …private static ASN1Set createBerSetFromCerts(List<X509Certificate> certs) throws CertificateEncodi… in createBerSetFromCerts()