#include <PKIFNSSHelper.h>
TSP-enforcing: No
Definition at line 19 of file PKIFNSSHelper.h.
Public Member Functions | |
~CPKIFNSSHelper (void) | |
Static Public Member Functions | |
static bool | NSSAvaliable (void) |
static void | ShutdownHelper (void) |
CPKIFNSSHelper::~CPKIFNSSHelper | ( | void | ) |
Interface: Subsystems
This function is the default destructor for CPKIFNSSHelper objects
Definition at line 33 of file PKIFNSSHelper.cpp.
bool CPKIFNSSHelper::NSSAvaliable | ( | void | ) | [static] |
Interface: Subsystems
This this function determines is NSS is available
Definition at line 43 of file PKIFNSSHelper.cpp.
References m_available, and m_tested.
Referenced by CPKIFColleagueSelectionPanel::CPKIFColleagueSelectionPanel(), CPKIFSRColleagueSelectionPanel::CPKIFSRColleagueSelectionPanel(), CPKIFNSSRepository::Initialize(), CPKIFNSS::Initialize(), CPKIFNSSPasswordStorage::SetUserCallback(), and CPKIFNSSDatabase::Shutdown().
void CPKIFNSSHelper::ShutdownHelper | ( | void | ) | [static] |
Interface: Subsystems
This function cleans up the helper on win32 if it was here
Definition at line 64 of file PKIFNSSHelper.cpp.