#include <SRColleaguesPanel.h>


TSP-enforcing: No
Definition at line 39 of file SRColleaguesPanel.h.
Public Member Functions | |
| CPKIFSRColleagueSelectionPanel (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER) | |
| ~CPKIFSRColleagueSelectionPanel () | |
| wxCheckBox * | GetCheckSiaAiaCrldpCache () |
| wxCheckBox * | GetCheckCapiCertcrlHkcu () |
| wxCheckBox * | GetCheckCapiCertcrlHklm () |
| wxCheckBox * | GetCheckNssCertcrl () |
| wxCheckBox * | GetCheckSimpleCert () |
| wxCheckBox * | GetCheckSimpleCrl () |
| wxCheckBox * | GetCheckNssTrustAnchors () |
| wxCheckBox * | GetCheckTrustAnchors () |
| wxCheckBox * | GetCheckCapiTrustAnchorHklm () |
| wxCheckBox * | GetCheckCapiTrustAnchorHkcu () |
| ClickableStaticText * | GetStaticCapiHkcu () |
| ClickableStaticText * | GetStaticCapiHklm () |
| ClickableStaticText * | GetStaticNssSr () |
| void | SetInitialMediator (IPKIFMediatorPtr &m) |
| void | SetCryptoColleaguePanel (CPKIFColleagueSelectionPanel *cryptoColPanel) |
| void | OnInitDialog (wxInitDialogEvent &event) |
| CPKIFSRColleagueSelectionPanel::CPKIFSRColleagueSelectionPanel | ( | 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 52 of file SRColleaguesPanel.cpp.
References CPKIFNSSHelper::NSSAvaliable().
| CPKIFSRColleagueSelectionPanel::~CPKIFSRColleagueSelectionPanel | ( | ) |
Interface: External
Panel destructor
Definition at line 92 of file SRColleaguesPanel.cpp.
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckSiaAiaCrldpCache | ( | ) | [inline] |
Definition at line 50 of file SRColleaguesPanel.h.
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckCapiCertcrlHkcu | ( | ) | [inline] |
Definition at line 51 of file SRColleaguesPanel.h.
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckCapiCertcrlHklm | ( | ) | [inline] |
Definition at line 52 of file SRColleaguesPanel.h.
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckNssCertcrl | ( | ) | [inline] |
Definition at line 53 of file SRColleaguesPanel.h.
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckSimpleCert | ( | ) | [inline] |
Definition at line 54 of file SRColleaguesPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckSimpleCrl | ( | ) | [inline] |
Definition at line 55 of file SRColleaguesPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckNssTrustAnchors | ( | ) | [inline] |
Definition at line 56 of file SRColleaguesPanel.h.
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckTrustAnchors | ( | ) | [inline] |
Definition at line 57 of file SRColleaguesPanel.h.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange().
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckCapiTrustAnchorHklm | ( | ) | [inline] |
Definition at line 58 of file SRColleaguesPanel.h.
| wxCheckBox* CPKIFSRColleagueSelectionPanel::GetCheckCapiTrustAnchorHkcu | ( | ) | [inline] |
Definition at line 59 of file SRColleaguesPanel.h.
| ClickableStaticText* CPKIFSRColleagueSelectionPanel::GetStaticCapiHkcu | ( | ) | [inline] |
Definition at line 60 of file SRColleaguesPanel.h.
| ClickableStaticText* CPKIFSRColleagueSelectionPanel::GetStaticCapiHklm | ( | ) | [inline] |
Definition at line 61 of file SRColleaguesPanel.h.
| ClickableStaticText* CPKIFSRColleagueSelectionPanel::GetStaticNssSr | ( | ) | [inline] |
Definition at line 62 of file SRColleaguesPanel.h.
| void CPKIFSRColleagueSelectionPanel::SetInitialMediator | ( | IPKIFMediatorPtr & | m | ) |
Interface: External
Initial mediator is set
| m | [in] Initial mediator |
Definition at line 283 of file SRColleaguesPanel.cpp.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::SetInitialMediator().
| void CPKIFSRColleagueSelectionPanel::SetCryptoColleaguePanel | ( | CPKIFColleagueSelectionPanel * | cryptoColPanel | ) |
Interface: External
This function sets the crypto colleague panel
| cryptoColPanel | [in] Pointer to crypto colleague panel |
Definition at line 297 of file SRColleaguesPanel.cpp.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::SetInitialMediator().
| void CPKIFSRColleagueSelectionPanel::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Panel initialization
Definition at line 270 of file SRColleaguesPanel.cpp.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnInitDialog().
1.5.6