Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java192 …private void verifyCRLs(List<X509CRL> crls, List<X509Certificate> certificates) throws VerifyHapEx… in verifyCRLs() method in HapVerify
235 verifyCRLs(crlList, certificates); in parserSigner()