#include <IssuedBy.h>
TSP-enforcing: No
Definition at line 38 of file IssuedBy.h.
Public Member Functions | |
NotIssuedBy () | |
~NotIssuedBy () | |
bool | operator() (const CPKIFCertificateNodeEntryPtr &lhs) |
void | SetRHS (CPKIFNamePtr &rhs) |
NotIssuedBy::NotIssuedBy | ( | ) |
NotIssuedBy::~NotIssuedBy | ( | ) |
bool NotIssuedBy::operator() | ( | const CPKIFCertificateNodeEntryPtr & | lhs | ) |
Interface: Subsystem
() operator for IssuedBy
lhs | [in] Const reference to a IssuedBy object |
Definition at line 188 of file IssuedBy.cpp.
void NotIssuedBy::SetRHS | ( | CPKIFNamePtr & | rhs | ) |
Interface: Subsystem
This is a hepler function that sets the right hand side value for IssuedBy class
rhs | [in] Reference to a smart pointer to a CPKIFName object containing the name value |
Definition at line 201 of file IssuedBy.cpp.
Referenced by RemoveNotIssuedBy().