#include <certvalidation_handler.hxx>
|
| | CertValidationHandler (const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, const css::uno::Reference< css::uno::XComponentContext > &xContext, OUString sHostname) |
| |
| bool | validateCertificate (std::vector< std::string > certificates) override |
| |
|
| const css::uno::Reference< css::ucb::XCommandEnvironment > & | m_xEnv |
| |
| const css::uno::Reference< css::uno::XComponentContext > & | m_xContext |
| |
| OUString | m_sHostname |
| |
Definition at line 29 of file certvalidation_handler.hxx.
◆ CertValidationHandler()
| cmis::CertValidationHandler::CertValidationHandler |
( |
const css::uno::Reference< css::ucb::XCommandEnvironment > & |
xEnv, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
xContext, |
|
|
OUString |
sHostname |
|
) |
| |
|
inline |
◆ validateCertificate()
| bool cmis::CertValidationHandler::validateCertificate |
( |
std::vector< std::string > |
certificates | ) |
|
|
override |
◆ m_sHostname
| OUString cmis::CertValidationHandler::m_sHostname |
|
private |
◆ m_xContext
| const css::uno::Reference< css::uno::XComponentContext >& cmis::CertValidationHandler::m_xContext |
|
private |
◆ m_xEnv
| const css::uno::Reference< css::ucb::XCommandEnvironment>& cmis::CertValidationHandler::m_xEnv |
|
private |
The documentation for this class was generated from the following files: