Module: CPKIFCAPIRepository2
Definition in file PKIFCAPIRepository2.cpp.
#include "PKIFCAPIRepository2.h"
#include "CAPIUtils.h"
#include "PKIFCacheErrors.h"
#include "PKIFCacheException.h"
#include "ToolkitUtils.h"
#include "Certificate.h"
#include "Buffer.h"
#include "CRL.h"
#include "CapiCRL.h"
#include "GottaMatch.h"
#include "PKIFCRLNodeEntry.h"
#include "PKIFLocalCertNode.h"
#include "PKIFLocalCrlNode.h"
#include "IssuingDistributionPoint.h"
#include "IPKIFSearchCriteria.h"
#include "KeyIDBasedSearch.h"
#include "NameBasedSearch.h"
#include "IssuerNameAndSerialNumberBasedSearch.h"
#include "boost/numeric/conversion/cast.hpp"
#include "boost/numeric/conversion/bounds.hpp"
#include "boost/limits.hpp"
#include <atlbase.h>
#include <sstream>
Go to the source code of this file.
Functions | |
bool | CharIsSpace (char c) |
bool CharIsSpace | ( | char | c | ) |
Interface: Subsystem
This is a helper function that determines if a character is a space.
c | [in]Character that will be checked |
Definition at line 664 of file Name.cpp.
References _SPACE.
Referenced by CompareRDNStrings().