Home
last modified time | relevance | path

Searched defs:crl (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DLocalJKSSignProvider.java47 X509CRL crl = null; in getCrl() local
DSignProvider.java190 …public SignerConfig createSignerConfigs(List<X509Certificate> certificates, X509CRL crl, Options o… in createSignerConfigs()
231 X509CRL crl = getCrl(); in signBin() local
275 X509CRL crl = getCrl(); in sign() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java122 private boolean checkCRL(X509CRL crl, List<X509Certificate> certificates) { in checkCRL()
140 private boolean verifyCRL(X509CRL crl, X509Certificate cert, List<X509Certificate> certificates) in verifyCRL()
154 …private boolean verifyCRL(X509CRL crl, List<X509Certificate> certificates) throws SignatureExcepti… in verifyCRL()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertUtils.java188 public static X509CRL generateCrl(byte[] crl) { in generateCrl()