Module: SimpleCertCache
Definition in file SimpleCertCache.cpp.
#include "SimpleCertCache.h"
#include "PKIFCacheErrors.h"
#include "ToolkitUtils.h"
#include "Certificate.h"
#include "Name.h"
#include "PKIFCertificateNodeEntry.h"
#include "GottaMatch.h"
#include "Buffer.h"
#include "PKIFCacheException.h"
#include "IPKIFSearchCriteria.h"
#include "KeyIDBasedSearch.h"
#include "NameBasedSearch.h"
#include "IssuerNameAndSerialNumberBasedSearch.h"
#include "SubjectKeyIdentifier.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 <deque>
#include <sstream>
Go to the source code of this file.
Functions | |
CAC_API SimpleCertCache * | MakeSimpleCertCache () |
CAC_API void | FreeSimpleCertCache (SimpleCertCache *s) |
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.