Module: SimpleCertCache
Definition in file SimpleCertCache.h.
#include "PKIFdll.h"
#include "components.h"
#include "IPKIFCertRepository.h"
#include "IPKIFCertRepositoryUpdate.h"
#include "IPKIFColleague.h"
#include "IPKIFCertSearch.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | SimpleCertCache |
Functions | |
FD_SMART_PTR (CPKIFName) | |
FD_LIST_PTR (CPKIFCertificate) | |
DECLARE_SMART_POINTERS (SimpleCertCache) | |
CAC_API SimpleCertCache * | MakeSimpleCertCache () |
CAC_API void | FreeSimpleCertCache (SimpleCertCache *ldap) |
DECLARE_SMART_POINTERS | ( | SimpleCertCache | ) |
FD_LIST_PTR | ( | CPKIFCertificate | ) |
FD_SMART_PTR | ( | CPKIFName | ) |
CAC_API void FreeSimpleCertCache | ( | SimpleCertCache * | s | ) |
Interface: External
This function is used to delete SimpleCertCache objects allocated using the MakeSimpleCertCache function
s | [in] Pointer to the SimpleCertCache object to delete |
Definition at line 303 of file SimpleCertCache.cpp.
CAC_API SimpleCertCache* MakeSimpleCertCache | ( | ) |
Interface: External
This function wraps the SimpleCertCache constructor, returning a pointer to the new object
Definition at line 292 of file SimpleCertCache.cpp.