TSP-enforcing: No
Definition at line 1381 of file CCACX509CRLChecker.cpp.
Public Member Functions | |
bool | operator() (const T &t) |
void | SetRHS (const T &rhs) |
bool NottaMatch< T >::operator() | ( | const T & | t | ) | [inline] |
Interface: Subsystem
This function returns true when the object passed via the t parameter does not match the object passed to the SetRHS function and false if it does match.
Definition at line 1407 of file CCACX509CRLChecker.cpp.
void NottaMatch< T >::SetRHS | ( | const T & | rhs | ) | [inline] |
Interface: Subsystem
SetRHS is used to set the object that will be used for comparison purposes in operator().
Definition at line 1393 of file CCACX509CRLChecker.cpp.
Referenced by _QuarantineExtraneousCRLs().