Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java147 private boolean checkCRL(X509CRL crl, List<X509Certificate> certificates) { in checkCRL() method in HapVerify
169 return checkCRL(crl, certificates); in verifyCRL()