Module: SimpleRootStore
Definition in file SimpleRootStore.h.
#include "PKIFdll.h"
#include "components.h"
#include "IPKIFTrustCache.h"
#include "IPKIFTrustCacheUpdate.h"
#include "IPKIFColleague.h"
#include "IPKIFCertSearch.h"
Go to the source code of this file.
Classes | |
class | SimpleRootStore |
Functions | |
FD_SMART_PTR (CPKIFName) | |
DECLARE_SMART_POINTERS (SimpleRootStore) | |
CAC_API SimpleRootStore * | MakeSimpleRootStore () |
CAC_API void | FreeSimpleRootStore (SimpleRootStore *ldap) |
DECLARE_SMART_POINTERS | ( | SimpleRootStore | ) |
FD_SMART_PTR | ( | CPKIFName | ) |
CAC_API void FreeSimpleRootStore | ( | SimpleRootStore * | s | ) |
Interface: External
This function is used to delete SimpleRootStore objects allocated using the MakeSimpleRootStore function
s | [in] Pointer to the SimpleRootStore object to delete |
Definition at line 148 of file SimpleRootStore.cpp.
CAC_API SimpleRootStore* MakeSimpleRootStore | ( | ) |
Interface: External
This function returns a pointer to a new instance of SimpleRootStore
Definition at line 136 of file SimpleRootStore.cpp.