#include <SimpleCertAndCrlPanel.h>
TSP-enforcing: No
Definition at line 37 of file SimpleCertAndCrlPanel.h.
Public Member Functions | |
CPKIFSimpleCertAndCrlPanel (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER) | |
~CPKIFSimpleCertAndCrlPanel () | |
wxButton * | GetButtonAddCrl () |
wxButton * | GetButtonViewCrl () |
wxButton * | GetButtonRemoveCrl () |
wxButton * | GetButtonAddCert () |
wxButton * | GetButtonViewCert () |
wxButton * | GetButtonRemoveCert () |
wxButton * | GetButtonRemoveTa () |
wxButton * | GetButtonViewTa () |
wxButton * | GetButtonAddTa () |
wxListBox * | GetListboxCrls () |
wxListBox * | GetListboxCerts () |
wxListBox * | GetListboxTrustAnchors () |
virtual bool | Validate () |
void | GetTrustAnchors (std::vector< CPKIFCertificatePtr > &v) |
void | GetCertificates (std::vector< CPKIFCertificatePtr > &v) |
void | GetCrls (std::vector< CPKIFCRLPtr > &v) |
void | SetInitialMediator (IPKIFMediatorPtr &m) |
void | OnInitDialog (wxInitDialogEvent &event) |
CPKIFSimpleCertAndCrlPanel::CPKIFSimpleCertAndCrlPanel | ( | wxWindow * | parent, | |
wxWindowID | id = -1 , |
|||
const wxPoint & | position = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxTAB_TRAVERSAL | wxNO_BORDER | |||
) |
Interface: External
Panel constructor
Definition at line 62 of file SimpleCertAndCrlPanel.cpp.
CPKIFSimpleCertAndCrlPanel::~CPKIFSimpleCertAndCrlPanel | ( | ) |
Interface: External
Panel destructor
Definition at line 109 of file SimpleCertAndCrlPanel.cpp.
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonAddCrl | ( | ) | [inline] |
Definition at line 48 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonViewCrl | ( | ) | [inline] |
Definition at line 49 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonRemoveCrl | ( | ) | [inline] |
Definition at line 50 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonAddCert | ( | ) | [inline] |
Definition at line 51 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonViewCert | ( | ) | [inline] |
Definition at line 52 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonRemoveCert | ( | ) | [inline] |
Definition at line 53 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonRemoveTa | ( | ) | [inline] |
Definition at line 54 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonViewTa | ( | ) | [inline] |
Definition at line 55 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxButton* CPKIFSimpleCertAndCrlPanel::GetButtonAddTa | ( | ) | [inline] |
Definition at line 56 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxListBox* CPKIFSimpleCertAndCrlPanel::GetListboxCrls | ( | ) | [inline] |
Definition at line 57 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxListBox* CPKIFSimpleCertAndCrlPanel::GetListboxCerts | ( | ) | [inline] |
Definition at line 58 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
wxListBox* CPKIFSimpleCertAndCrlPanel::GetListboxTrustAnchors | ( | ) | [inline] |
Definition at line 59 of file SimpleCertAndCrlPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
bool CPKIFSimpleCertAndCrlPanel::Validate | ( | ) | [virtual] |
Interface: External
Validate function is not used
Definition at line 123 of file SimpleCertAndCrlPanel.cpp.
void CPKIFSimpleCertAndCrlPanel::GetTrustAnchors | ( | std::vector< CPKIFCertificatePtr > & | v | ) |
Interface: External
This function returns list of TAs
v | [out] TA list |
Definition at line 740 of file SimpleCertAndCrlPanel.cpp.
void CPKIFSimpleCertAndCrlPanel::GetCertificates | ( | std::vector< CPKIFCertificatePtr > & | v | ) |
Interface: External
This function returns list of certificates
v | [out] Certificate list |
Definition at line 753 of file SimpleCertAndCrlPanel.cpp.
void CPKIFSimpleCertAndCrlPanel::GetCrls | ( | std::vector< CPKIFCRLPtr > & | v | ) |
Interface: External
This function returns list of CRLs
v | [out] CRL list |
Definition at line 766 of file SimpleCertAndCrlPanel.cpp.
void CPKIFSimpleCertAndCrlPanel::SetInitialMediator | ( | IPKIFMediatorPtr & | m | ) |
Interface: External
This function sets the initial mediator
m | [in] Initial mediator |
Definition at line 634 of file SimpleCertAndCrlPanel.cpp.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::SetInitialMediator().
void CPKIFSimpleCertAndCrlPanel::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Panel initialization
Definition at line 544 of file SimpleCertAndCrlPanel.cpp.
References c, CPKIFTrustRoot::GetCert(), and CPKIFCacheMediator2::GetColleagues().
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnInitDialog().