Module: CPKIFPathBuildAndValidate
Definition in file PKIFPathBuildAndValidate.cpp.
#include "PKIFPathBuildAndValidate.h"
#include "PathConstants.h"
#include "PKIFPathValidator2.h"
#include "PKIFPathBuilder2.h"
#include "Certificate.h"
#include "KeyUsage.h"
#include "Validity.h"
#include "PKIFCertificateNodeEntry.h"
#include "PKIFFuncStorage.h"
#include "PathResults.h"
#include "PKIFMediators.h"
#include "PKIFPathSettings.h"
#include "PKIFCertificatePath.h"
#include "PKIFException.h"
Go to the source code of this file.
Functions | |
void CAC_API | keyUsageChecker_Any (const CPKIFCertificateNodeEntryPtr &certNode, CPKIFPathValidationResults &results, CertificateType type) |
void CAC_API keyUsageChecker_Any | ( | const CPKIFCertificateNodeEntryPtr & | certNode, | |
CPKIFPathValidationResults & | results, | |||
CertificateType | type | |||
) |
Interface: External
This is a helper function that checks key usage for for any key usage
certNode | [in] A reference to a pointer to CPKIFCertificateNodeEntry object |
results | [in] Path validation results |
type | [in] Certificate type (EE, CA) |
Definition at line 62 of file PKIFPathBuildAndValidate.cpp.
References PKIFENUMS::EE.
Referenced by CPKIFPathBuildAndValidate::BuildAndValidatePath().