LibreOffice Module xmlsecurity (master) 1
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
CertificateViewer Class Referencefinal

#include <certificateviewer.hxx>

Inheritance diagram for CertificateViewer:
[legend]
Collaboration diagram for CertificateViewer:
[legend]

Public Member Functions

 CertificateViewer (weld::Window *pParent, const css::uno::Reference< css::xml::crypto::XSecurityEnvironment > &rxSecurityEnvironment, const css::uno::Reference< css::security::XCertificate > &rXCert, bool bCheckForPrivateKey, CertificateChooser *pParentChooser)
 
CertificateChooserGetParentChooser ()
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

 DECL_LINK (ActivatePageHdl, const OUString &, void)
 

Private Attributes

bool const mbCheckForPrivateKey
 
css::uno::Reference< css::xml::crypto::XSecurityEnvironment > mxSecurityEnvironment
 
css::uno::Reference< css::security::XCertificate > mxCert
 
CertificateChoosermpParentChooser
 
std::unique_ptr< weld::NotebookmxTabCtrl
 
std::unique_ptr< CertificateViewerGeneralTPmxGeneralPage
 
std::unique_ptr< CertificateViewerDetailsTPmxDetailsPage
 
std::unique_ptr< CertificateViewerCertPathTPmxPathId
 

Friends

class CertificateViewerGeneralTP
 
class CertificateViewerDetailsTP
 
class CertificateViewerCertPathTP
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 35 of file certificateviewer.hxx.

Constructor & Destructor Documentation

◆ CertificateViewer()

CertificateViewer::CertificateViewer ( weld::Window pParent,
const css::uno::Reference< css::xml::crypto::XSecurityEnvironment > &  rxSecurityEnvironment,
const css::uno::Reference< css::security::XCertificate > &  rXCert,
bool  bCheckForPrivateKey,
CertificateChooser pParentChooser 
)

Member Function Documentation

◆ DECL_LINK()

CertificateViewer::DECL_LINK ( ActivatePageHdl  ,
const OUString &  ,
void   
)
private

◆ GetParentChooser()

CertificateChooser * CertificateViewer::GetParentChooser ( )
inline

Friends And Related Function Documentation

◆ CertificateViewerCertPathTP

friend class CertificateViewerCertPathTP
friend

Definition at line 40 of file certificateviewer.hxx.

Referenced by CertificateViewer().

◆ CertificateViewerDetailsTP

friend class CertificateViewerDetailsTP
friend

Definition at line 39 of file certificateviewer.hxx.

Referenced by CertificateViewer().

◆ CertificateViewerGeneralTP

friend class CertificateViewerGeneralTP
friend

Definition at line 38 of file certificateviewer.hxx.

Referenced by CertificateViewer().

Member Data Documentation

◆ mbCheckForPrivateKey

bool const CertificateViewer::mbCheckForPrivateKey
private

◆ mpParentChooser

CertificateChooser* CertificateViewer::mpParentChooser
private

Definition at line 47 of file certificateviewer.hxx.

Referenced by GetParentChooser().

◆ mxCert

css::uno::Reference< css::security::XCertificate > CertificateViewer::mxCert
private

◆ mxDetailsPage

std::unique_ptr<CertificateViewerDetailsTP> CertificateViewer::mxDetailsPage
private

Definition at line 52 of file certificateviewer.hxx.

Referenced by CertificateViewer().

◆ mxGeneralPage

std::unique_ptr<CertificateViewerGeneralTP> CertificateViewer::mxGeneralPage
private

Definition at line 51 of file certificateviewer.hxx.

Referenced by CertificateViewer().

◆ mxPathId

std::unique_ptr<CertificateViewerCertPathTP> CertificateViewer::mxPathId
private

Definition at line 53 of file certificateviewer.hxx.

Referenced by CertificateViewer().

◆ mxSecurityEnvironment

css::uno::Reference< css::xml::crypto::XSecurityEnvironment > CertificateViewer::mxSecurityEnvironment
private

◆ mxTabCtrl

std::unique_ptr<weld::Notebook> CertificateViewer::mxTabCtrl
private

Definition at line 49 of file certificateviewer.hxx.

Referenced by CertificateViewer().


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