LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
cmis::CertValidationHandler Class Reference

#include <certvalidation_handler.hxx>

Inheritance diagram for cmis::CertValidationHandler:
[legend]
Collaboration diagram for cmis::CertValidationHandler:
[legend]

Public Member Functions

 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
 

Private Attributes

const css::uno::Reference< css::ucb::XCommandEnvironment > & m_xEnv
 
const css::uno::Reference< css::uno::XComponentContext > & m_xContext
 
OUString m_sHostname
 

Detailed Description

Definition at line 29 of file certvalidation_handler.hxx.

Constructor & Destructor Documentation

◆ CertValidationHandler()

cmis::CertValidationHandler::CertValidationHandler ( const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv,
const css::uno::Reference< css::uno::XComponentContext > &  xContext,
OUString  sHostname 
)
inline

Definition at line 36 of file certvalidation_handler.hxx.

Member Function Documentation

◆ validateCertificate()

bool cmis::CertValidationHandler::validateCertificate ( std::vector< std::string >  certificates)
override

Definition at line 31 of file certvalidation_handler.cxx.

References m_sHostname, m_xContext, m_xEnv, and STD_TO_OUSTR.

Member Data Documentation

◆ m_sHostname

OUString cmis::CertValidationHandler::m_sHostname
private

Definition at line 33 of file certvalidation_handler.hxx.

Referenced by validateCertificate().

◆ m_xContext

const css::uno::Reference< css::uno::XComponentContext >& cmis::CertValidationHandler::m_xContext
private

Definition at line 32 of file certvalidation_handler.hxx.

Referenced by validateCertificate().

◆ m_xEnv

const css::uno::Reference< css::ucb::XCommandEnvironment>& cmis::CertValidationHandler::m_xEnv
private

Definition at line 31 of file certvalidation_handler.hxx.

Referenced by validateCertificate().


The documentation for this class was generated from the following files: