Home
last modified time | relevance | path

Searched refs:verifyCertChain (Results 1 – 4 of 4) 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() method in CertificateUtils
95 verifyCertChain(certs); in getCertListFromFile()
DCertChainUtils.java94 …public static void verifyCertChain(List<X509Certificate> certificates, X500Principal issuer, BigIn… in verifyCertChain() method in CertChainUtils
DCertUtils.java227 CertificateUtils.verifyCertChain(certificates); in generateCertificates()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DVerifyHelper.java152 CertChainUtils.verifyCertChain(certificates, principal, sid.getSerialNumber(), in verify()