#include <PKIFNSSPasswordStorage.h>
TSP-enforcing: No
Definition at line 23 of file PKIFNSSPasswordStorage.h.
Static Public Member Functions | |
static void | InstallCallback (void) |
static void | SetUserCallback (IPKIFPasswordCallback *cb) |
Friends | |
struct | PKIFNSSPasswordStorageImpl |
void CPKIFNSSPasswordStorage::InstallCallback | ( | void | ) | [static] |
Interface: External
This function installs the NSS database password callback
Definition at line 63 of file PKIFNSSPasswordStorage.cpp.
References m_impl.
void CPKIFNSSPasswordStorage::SetUserCallback | ( | IPKIFPasswordCallback * | cb | ) | [static] |
Interface: External
This function sets the NSS database user password callback. It's the caller's responsibility to make certain that the callback object lives as long as they might perform an operation that requires a password protected key, and to free it if needed after that point
cb | [in] A pointer to an object that implements the IPKIFPasswordCallback interface |
Definition at line 81 of file PKIFNSSPasswordStorage.cpp.
References m_impl, CPKIFNSSHelper::NSSAvaliable(), and PKIFDelete().
Referenced by ShutdownCrypto().
friend struct PKIFNSSPasswordStorageImpl [friend] |
Definition at line 25 of file PKIFNSSPasswordStorage.h.