Module: CPKIFPathBuilder2
Definition in file PKIFPathBuilder2.cpp.
#include "PKIFPathBuilder2.h"
#include "PKIFBasicPathState2.h"
#include "PKIFPathSettings.h"
#include "IPKIFCertRepository.h"
#include "IPKIFCertRepositoryUpdate.h"
#include "IPKIFTrustCache.h"
#include "IPKIFCRLRepository.h"
#include "PKIFMediators.h"
#include "ToolkitUtils.h"
#include "BuilderUtils.h"
#include "BasicChecksUtils.h"
#include "GottaMatch.h"
#include "BuilderStatistics.h"
#include "PKIFPathException.h"
#include "PKIFErrors.h"
#include "PKIFCertificateNodeEntry.h"
#include "Name.h"
#include "Certificate.h"
#include "CertificateNodeListWithSourceInfo.h"
#include "PKIFDefaultScoring.h"
#include "PKIFTrustRoot.h"
#include "NodeInNodeList.h"
#include "PKIFCertStatus.h"
#include "PKIFCertificatePath.h"
#include "PKIFPathLogger.h"
#include "PathResults.h"
#include "AuthorityKeyIdentifier.h"
#include <sstream>
#include <boost/shared_ptr.hpp>
#include "boost/numeric/conversion/cast.hpp"
#include <iterator>
Go to the source code of this file.
Classes | |
class | KeyIDCompare |
Functions | |
bool | KeyIDsMatch (CPKIFAuthorityKeyIdentifierPtr &akid, const IPKIFTrustAnchorPtr &curCert) |
bool KeyIDsMatch | ( | CPKIFAuthorityKeyIdentifierPtr & | akid, | |
const IPKIFTrustAnchorPtr & | curTA | |||
) |
Interface: Subsystem
This is a helper function that compares the AKID and SKID for a match
akid | [in] The authority key id to compare |
curTA | [in] TA from which SKID will be obtained |
Definition at line 200 of file CACDefaultScoring.cpp.
References CPKIFGeneralName::DIRECTORYNAME, KeyIDsMatch(), LOG_STRING_DEBUG, stricmp, and TOOLKIT_PATH_MISC.