Module: SimpleCRLCache
Definition in file SimpleCRLCache.h.
#include "PKIFdll.h"
#include "components.h"
#include <vector>
#include "IPKIFCRLRepository.h"
#include "IPKIFCRLRepositoryUpdate.h"
#include "IPKIFColleague.h"


Go to the source code of this file.
Classes | |
| class | SimpleCRLCache |
Functions | |
| FD_LIST_PTR (CPKIFCRL) | |
| FD_SMART_PTR (CPKIFCertificate) | |
| FD_SMART_PTR (CPKIFGeneralName) | |
| DECLARE_SMART_POINTERS (SimpleCRLCache) | |
| CAC_API SimpleCRLCache * | MakeSimpleCRLCache () |
| CAC_API void | FreeSimpleCRLCache (SimpleCRLCache *ldap) |
| DECLARE_SMART_POINTERS | ( | SimpleCRLCache | ) |
| FD_LIST_PTR | ( | CPKIFCRL | ) |
| FD_SMART_PTR | ( | CPKIFGeneralName | ) |
| FD_SMART_PTR | ( | CPKIFCertificate | ) |
| CAC_API void FreeSimpleCRLCache | ( | SimpleCRLCache * | s | ) |
Interface: External
This function is used to delete SimpleCRLCache objects allocated using the MakeSimpleCRLStore function
| s | [in] Pointer to the SimpleCRLCache object to delete |
Definition at line 107 of file SimpleCRLCache.cpp.
| CAC_API SimpleCRLCache* MakeSimpleCRLCache | ( | ) |
Interface: External
This function wraps the SimpleCRLCache constructor, returning a pointer to the new object
Definition at line 96 of file SimpleCRLCache.cpp.
1.5.6