#include <ExtractInfoFromCertDlg.h>


TSP-enforcing: No
Definition at line 34 of file ExtractInfoFromCertDlg.h.
Public Member Functions | |
| CExtractInfoFromCertDialog (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &certificatePath=wxT(""), bool subject=true) | |
| virtual bool | TransferDataToWindow () |
| virtual bool | TransferDataFromWindow () |
| CPKIFGeneralSubtreePtr | GetNamespace () |
| CExtractInfoFromCertDialog::CExtractInfoFromCertDialog | ( | wxWindow * | parent, | |
| wxWindowID | id, | |||
| const wxString & | title, | |||
| const wxPoint & | position = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxDEFAULT_DIALOG_STYLE, |
|||
| const wxString & | certificatePath = wxT(""), |
|||
| bool | subject = true | |||
| ) |
Interface: External
Dialog constructor
Definition at line 61 of file ExtractInfoFromCertDlg.cpp.
References DecodeCertFromFile().
| bool CExtractInfoFromCertDialog::TransferDataToWindow | ( | ) | [virtual] |
Interface: External
Transfer Data To Window unused
Definition at line 126 of file ExtractInfoFromCertDlg.cpp.
| bool CExtractInfoFromCertDialog::TransferDataFromWindow | ( | ) | [virtual] |
Interface: External
Transfer Data From Window unused
Definition at line 137 of file ExtractInfoFromCertDlg.cpp.
| CPKIFGeneralSubtreePtr CExtractInfoFromCertDialog::GetNamespace | ( | ) |
Interface: External
This function returns the requested namespace
Definition at line 198 of file ExtractInfoFromCertDlg.cpp.
References CACASNWRAPPER_CREATE, NEW_NEXT_AND_ADVANCE, NEW_NODE, and PKIFNameMemoryHelper::pCACX509V3Name.
1.5.6