#include <NodeInNodeList.h>
TSP-enforcing: No
Definition at line 33 of file NodeInNodeList.h.
Public Member Functions | |
NodeInNodeList () | |
NodeInNodeList (const NodeInNodeList &ext) | |
~NodeInNodeList () | |
bool | operator() (const CPKIFCertificateNodeEntryPtr &test) |
void | SetNodeList (CPKIFCertificateNodeList *nodeList) |
void | SetNodeList (CPKIFNameAndKeyWithScoreList *nodeList) |
NodeInNodeList::NodeInNodeList | ( | ) |
Interface: Subsystem
Default constructor
Definition at line 28 of file NodeInNodeList.cpp.
NodeInNodeList::NodeInNodeList | ( | const NodeInNodeList & | ext | ) |
Interface: Subsystem
Copy constructor for NodeInNodeList class
Definition at line 40 of file NodeInNodeList.cpp.
References m_impl.
NodeInNodeList::~NodeInNodeList | ( | ) |
Interface: Subsystem
Default destructor
Definition at line 53 of file NodeInNodeList.cpp.
bool NodeInNodeList::operator() | ( | const CPKIFCertificateNodeEntryPtr & | testNode | ) |
Interface: Subsystem
This function determines if there is an entry in a node list with the same DN and public key as the test cert.
Definition at line 71 of file NodeInNodeList.cpp.
void NodeInNodeList::SetNodeList | ( | CPKIFCertificateNodeList * | nodeList | ) |
Interface: Subsystem
This function sets the node list that will be associated with this instance
nodeList | [in] A pointer to CPKIFCertificateNodeList obejct |
Definition at line 122 of file NodeInNodeList.cpp.
void NodeInNodeList::SetNodeList | ( | CPKIFNameAndKeyWithScoreList * | nodeList | ) |
Interface: Subsystem
This function sets the node list that will be associated with this instance
nodeList | [in] A pointer to CPKIFCertificateNodeList obejct |
Definition at line 136 of file NodeInNodeList.cpp.