Module: SimpleCRLCache
Definition in file SimpleCRLCache.cpp.
#include "SimpleCRLCache.h"
#include "PKIFCacheErrors.h"
#include "ToolkitUtils.h"
#include "GottaMatch.h"
#include "CRL.h"
#include "DPAndCRLPair.h"
#include "Certificate.h"
#include "GeneralName.h"
#include "PKIFTime.h"
#include "Buffer.h"
#include "PKIFCacheException.h"
#include "CRLPassedNextUpdate.h"
#include "PKIFPathSettings.h"
#include "boost/filesystem/operations.hpp"
#include "boost/filesystem/path.hpp"
#include "boost/thread/recursive_mutex.hpp"
#include "boost/numeric/conversion/cast.hpp"
#include "boost/numeric/conversion/bounds.hpp"
#include "boost/limits.hpp"
#include <sstream>
Go to the source code of this file.
Functions | |
CAC_API SimpleCRLCache * | MakeSimpleCRLCache () |
CAC_API void | FreeSimpleCRLCache (SimpleCRLCache *s) |
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.