Home
last modified time | relevance | path

Searched defs:crl (Results 1 – 5 of 5) 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()
165 private boolean verifyCRL(X509CRL crl, X509Certificate cert, List<X509Certificate> certificates) in verifyCRL()
179 …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/hap/provider/
DSignProvider.java222 …nerConfig createSignerConfigs(List<X509Certificate> certificates, Optional<X509CRL> crl, Options o… in createSignerConfigs()
253 Optional<X509CRL> crl = getCrl(); in signBin() local
285 Optional<X509CRL> crl = getCrl(); in signElf() local
352 Optional<X509CRL> crl = getCrl(); in sign() local
DLocalJKSSignProvider.java48 X509CRL crl = null; in getCrl() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DBcSignedDataGenerator.java161 private JcaX509CRLHolder getJcaX509CRLHolder(X509CRL crl) throws CodeSignException { in getJcaX509CRLHolder()
/developtools/profiler/hiebpf/include/
Dvmlinux.h60324 struct x509_certificate *crl; member