SimpleCertCache.cpp File Reference


Detailed Description

Subsystem: Certificate and CRL Storage and Retrieval (PKIFSR)

Module: SimpleCertCache

Id
SimpleCertCache.cpp 11473 2010-06-02 19:40:35Z cwallace

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>

Include dependency graph for SimpleCertCache.cpp:

Go to the source code of this file.

Functions

CAC_API SimpleCertCacheMakeSimpleCertCache ()
CAC_API void FreeSimpleCertCache (SimpleCertCache *s)


Function Documentation

CAC_API void FreeSimpleCertCache ( SimpleCertCache s  ) 

Interface: External

This function is used to delete SimpleCertCache objects allocated using the MakeSimpleCertCache function

Returns:
None
Parameters:
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

Returns:
None

Definition at line 292 of file SimpleCertCache.cpp.


Generated on Mon Nov 15 11:19:29 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6