Home
last modified time | relevance | path

Searched defs:certs (Results 1 – 14 of 14) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertificateUtils.java55 …public static void verifyCertChain(List<X509Certificate> certs) throws VerifyCertificateChainExcep… in verifyCertChain()
95 List<X509Certificate> certs = new ArrayList<X509Certificate>(certificates); in getCertListFromFile() local
DKeyStoreHelper.java250 Certificate[] certs = keyStore.getCertificateChain(alias); in loadCertificates() local
281 public boolean store(String alias, char[] keyPwd, KeyPair keyPair, X509Certificate[] certs) { in store()
/developtools/hapsigner/hapsigntool_cpp/signer/include/
Dsigner.h32 virtual void SetCertificates(STACK_OF(X509)* certs) {} in SetCertificates()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyUtils.java59 Store<X509CertificateHolder> certs = cmsSignedData.getCertificates(); in verifyCmsSignedData() local
/developtools/hapsigner/hapsigntool_cpp/common/src/
Dlocalization_adapter.cpp212 std::vector<X509*> certs = GetCertsFromFile(certPath, certPath); in STACK_OF() local
266 std::vector<X509*> certs; in GetCertsFromFile() local
305 std::initializer_list<X509*> certs) in AppAndProfileAssetsRealse()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DBcPkcs7Generator.java113 ASN1Set certs = null; in packagePKCS7() local
218 …private ASN1Set createBerSetFromCerts(List<X509Certificate> certs) throws CertificateEncodingExcep… in createBerSetFromCerts()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java185 …private static ASN1Set createBerSetFromCerts(List<X509Certificate> certs) throws CertificateEncodi… in createBerSetFromCerts()
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp256 void PKCS7Data::PrintCertChainSub(const STACK_OF(X509)* certs) in PrintCertChainSub()
362 int PKCS7Data::SortX509Stack(STACK_OF(X509)* certs) in SortX509Stack()
788 PKCS7* PKCS7Data::Pkcs7Sign(X509* entityCert, STACK_OF(X509)* certs, const EVP_MD* hash, in Pkcs7Sign()
/developtools/hapsigner/hapsigntool_cpp/api/src/
Dsign_tool_service_impl.cpp566 bool SignToolServiceImpl::OutPutCertChain(std::vector<X509*>& certs, const std::string& outPutPath) in OutPutCertChain()
650 bool SignToolServiceImpl::PrintX509CertChainFromMemory(std::vector<X509*> certs) in PrintX509CertChainFromMemory()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp116 bool VerifyHap::HapOutPutCertChain(std::vector<X509*>& certs, const std::string& outPutPath) in HapOutPutCertChain()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_signer_block_utils_test.cpp615 CertChain certs; variable
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dpkcs7_data_test.cpp150 static void ReverseX509Stack(STACK_OF(X509)* certs) in ReverseX509Stack()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
Dgenerate_general_ca_test.cpp1214 std::vector<X509*> certs; variable
1235 std::vector<X509*> certs; variable
/developtools/profiler/hiebpf/include/
Dvmlinux.h60323 struct x509_certificate *certs; member
60338 struct x509_certificate *certs; member
60462 struct data_dirent certs; member