Home
last modified time | relevance | path

Searched refs:cert_chain_data (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp541 bool ArkWebNWebImpl::GetCertChainDerData(ArkWebStringVector& cert_chain_data, bool is_single_cert) in GetCertChainDerData() argument
545 cert_chain_data = ArkWebStringVectorClassToStruct(cert_chain_data_vector); in GetCertChainDerData()
H A Dark_web_nweb_impl.h560 bool GetCertChainDerData(ArkWebStringVector& cert_chain_data, bool is_single_cert) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h702 virtual bool GetCertChainDerData(ArkWebStringVector& cert_chain_data,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp642 bool ArkWebNWebWrapper::GetCertChainDerData(std::vector<std::string>& cert_chain_data, bool is_sing… in GetCertChainDerData() argument
646 cert_chain_data = ArkWebStringVectorStructToClass(cert_chain_data_vector); in GetCertChainDerData()
H A Dark_web_nweb_wrapper.h568 … bool GetCertChainDerData(std::vector<std::string>& cert_chain_data, bool is_single_cert) override;