Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java123 List<X509CRL> crls = signer.getCrls(); in signProfile() local
165 private static ASN1Set createBerSetFromCrls(List<X509CRL> crls) throws CRLException { in createBerSetFromCrls()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyResult.java99 private List<X509CRL> crls; field in VerifyResult
164 public void setCrls(List<X509CRL> crls) { in setCrls()
DHapVerify.java167 …private void verifyCRLs(List<X509CRL> crls, List<X509Certificate> certificates) throws VerifyHapEx… in verifyCRLs()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DBcPkcs7Generator.java113 ASN1Set crls = null; in packagePKCS7() local
206 private ASN1Set createBerSetFromCrls(List<X509CRL> crls) throws CRLException { in createBerSetFromCrls()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/
DSignerConfig.java127 public void setX509CRLs(List<X509CRL> crls) { in setX509CRLs()