#include <ExtensionsMatch.h>
TSP-enforcing: No
Definition at line 23 of file ExtensionsMatch.h.
Public Member Functions | |
ExtensionsMatch () | |
~ExtensionsMatch () | |
bool | operator() (const CPKIFX509ExtensionPtr &lhs) |
void | SetRHS (CPKIFX509ExtensionPtr &rhs) |
ExtensionsMatch::ExtensionsMatch | ( | ) |
Definition at line 38 of file ExtensionsMatch.cpp.
ExtensionsMatch::~ExtensionsMatch | ( | ) |
Definition at line 41 of file ExtensionsMatch.cpp.
bool ExtensionsMatch::operator() | ( | const CPKIFX509ExtensionPtr & | lhs | ) |
Interface: Subsystem
This function returns true if extensions match
lhs | [in] A reference to a smart pointer to CPKIFX509Extension object containing the extension to compare |
Definition at line 20 of file ExtensionsMatch.cpp.
void ExtensionsMatch::SetRHS | ( | CPKIFX509ExtensionPtr & | rhs | ) |
Interface: Subsystem
This function sets the right hand side of the comparison
rhs | [in] A reference to a smart pointer to CPKIFX509Extension object |
Definition at line 33 of file ExtensionsMatch.cpp.
Referenced by CPKIFSingleResponse::AreThereAnyUnprocessedCriticalExtensions(), CPKIFResponseData::AreThereAnyUnprocessedCriticalExtensions(), CPKIFCRLEntry::AreThereAnyUnprocessedCriticalExtensions(), CPKIFCRL::AreThereAnyUnprocessedCriticalExtensions(), CPKIFCapiCRLEntry::AreThereAnyUnprocessedCriticalExtensions(), CPKIFCapiCRL::AreThereAnyUnprocessedCriticalExtensions(), and CPKIFCertificate::AreThereAnyUnprocessedCriticalExtensions().