Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java131 List<X509CRL> crls = signer.getCrls(); in signProfile() local
173 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.java110 private List<X509CRL> crls; field in VerifyResult
177 public void setCrls(List<X509CRL> crls) { in setCrls()
DHapVerify.java193 …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.java114 ASN1Set crls = null; in packagePKCS7() local
207 private ASN1Set createBerSetFromCrls(List<X509CRL> crls) throws CRLException { in createBerSetFromCrls()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dverify_cert_openssl_utils.cpp196 bool VerifyCertOpensslUtils::VerifyCrl(CertChain& certsChain, STACK_OF(X509_CRL)* crls, in VerifyCrl()
221 X509_CRL* VerifyCertOpensslUtils::GetCrlBySignedCertIssuer(STACK_OF(X509_CRL)* crls, const X509* ce… in GetCrlBySignedCertIssuer()
/developtools/hapsigner/hapsigntool_cpp/hap/config/src/
Dsigner_config.cpp76 void SignerConfig::SetX509CRLs(STACK_OF(X509_CRL)* crls) in SetX509CRLs()
/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()
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp197 static void PKCS7AddCrls(PKCS7* p7, STACK_OF(X509_CRL)* crls) in PKCS7AddCrls()