Module: CPKIFNameConstraintsPanel
Definition in file NameConstraintsPanel.cpp.
#include "PKIFdll.h"
#include "wx/wxprec.h"
#include "NameConstraintsPanel.h"
#include "NameConstraintsEntryDlg.h"
#include "OID.h"
#include "PRStringUtils.h"
#include "boost/asio/ip/address_v4.hpp"
#include "boost/asio/ip/address_v6.hpp"
Go to the source code of this file.
Functions | |
void | UpdateList (wxListBox *lb, CPKIFGeneralSubtreePtr &ns) |
string | DecodeIP (CPKIFBufferPtr &encodedIP) |
string DecodeIP | ( | CPKIFBufferPtr & | encodedIP | ) |
Interface: Module
Helper function to decode encoded IPs
void UpdateList | ( | wxListBox * | lb, | |
CPKIFGeneralSubtreePtr & | ns | |||
) |
Interface: Module
This function updates name constraint list
Definition at line 228 of file NameConstraintsPanel.cpp.
References DecodeIP(), CPKIFGeneralName::DIRECTORYNAME, CPKIFGeneralName::DNSNAME, CPKIFGeneralName::IPADDRESS, CPKIFGeneralName::RFC822, CPKIFGeneralName::URI, and WXCASTCHARS.
Referenced by CPKIFNameConstraintsPanel::OnInitDialog().