#include <PathProcessingAndRevCheckingPanel.h>
TSP-enforcing: No
Definition at line 38 of file PathProcessingAndRevCheckingPanel.h.
Public Member Functions | |
CPKIFPathAndRevColleagueSelectionPanel (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER) | |
~CPKIFPathAndRevColleagueSelectionPanel () | |
wxCheckBox * | GetCheckGenerateNonceOcspAia () |
wxCheckBox * | GetCheckRequireNonceMatchOcspAia () |
wxCheckBox * | GetCheckCacheOcspAia () |
wxCheckBox * | GetCheckRetrieveSiaAia () |
wxCheckBox * | GetCheckCacheRevStatus () |
wxCheckBox * | GetCheckProcessCRLs () |
wxCheckBox * | GetCheckOcspAia () |
wxCheckBox * | GetCheckForward2 () |
wxCheckBox * | GetCheckForward () |
wxCheckBox * | GetCheckReverse () |
wxCheckBox * | GetCheckLocalValidation () |
wxCheckBox * | GetCheckLocalBuildAndValidate () |
wxCheckBox * | GetCheckRetrieveFromCrldp () |
wxListBox * | GetListboxScvp () |
void | SetInitialMediator (IPKIFMediatorPtr &m) |
void | OnInitDialog (wxInitDialogEvent &event) |
void | GetResponders (std::vector< IPKIFScvpClientPtr > &r) const |
CPKIFPathAndRevColleagueSelectionPanel::CPKIFPathAndRevColleagueSelectionPanel | ( | 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 59 of file PathProcessingAndRevCheckingPanel.cpp.
References CLibSCVPGuard::IsSCVPAvailable().
CPKIFPathAndRevColleagueSelectionPanel::~CPKIFPathAndRevColleagueSelectionPanel | ( | ) |
Interface: External
Panel destructor
Definition at line 88 of file PathProcessingAndRevCheckingPanel.cpp.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckGenerateNonceOcspAia | ( | ) | [inline] |
Definition at line 49 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckRequireNonceMatchOcspAia | ( | ) | [inline] |
Definition at line 50 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckCacheOcspAia | ( | ) | [inline] |
Definition at line 51 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckRetrieveSiaAia | ( | ) | [inline] |
Definition at line 52 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckCacheRevStatus | ( | ) | [inline] |
Definition at line 53 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckProcessCRLs | ( | ) | [inline] |
Definition at line 54 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckOcspAia | ( | ) | [inline] |
Definition at line 55 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckForward2 | ( | ) | [inline] |
Definition at line 56 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckForward | ( | ) | [inline] |
Definition at line 57 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckReverse | ( | ) | [inline] |
Definition at line 58 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckLocalValidation | ( | ) | [inline] |
Definition at line 59 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckLocalBuildAndValidate | ( | ) | [inline] |
Definition at line 60 of file PathProcessingAndRevCheckingPanel.h.
wxCheckBox* CPKIFPathAndRevColleagueSelectionPanel::GetCheckRetrieveFromCrldp | ( | ) | [inline] |
Definition at line 61 of file PathProcessingAndRevCheckingPanel.h.
wxListBox* CPKIFPathAndRevColleagueSelectionPanel::GetListboxScvp | ( | ) | [inline] |
Definition at line 62 of file PathProcessingAndRevCheckingPanel.h.
void CPKIFPathAndRevColleagueSelectionPanel::SetInitialMediator | ( | IPKIFMediatorPtr & | m | ) |
Interface: External
This function sets the initial mediator
m | [in] Initial mediator |
Definition at line 326 of file PathProcessingAndRevCheckingPanel.cpp.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::SetInitialMediator().
void CPKIFPathAndRevColleagueSelectionPanel::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Panel initialization
Definition at line 312 of file PathProcessingAndRevCheckingPanel.cpp.
Referenced by CPKIFPkiEnvironmentDefinitionNotebook::OnInitDialog().
void CPKIFPathAndRevColleagueSelectionPanel::GetResponders | ( | std::vector< IPKIFScvpClientPtr > & | r | ) | const |
Interface: External
This function retrieves the list of SCVP responders
r | [out] Vector of SCVP responders |
Definition at line 171 of file PathProcessingAndRevCheckingPanel.cpp.