#include <CRLPassedNextUpdate.h>
TSP-enforcing: No
Definition at line 23 of file CRLPassedNextUpdate.h.
Public Member Functions | |
bool | operator() (const CPKIFCRLPtr &test) |
bool | operator() (const DPAndCRLPairPtr &test) |
void | SetCurTime (CPKIFTimePtr &time) |
bool CRLPassedNextUpdate::operator() | ( | const CPKIFCRLPtr & | crl | ) |
Interface: Subsystem () operator which returns true if CRL passed next update.
Definition at line 30 of file CRLPassedNextUpdate.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_SR_MISC.
bool CRLPassedNextUpdate::operator() | ( | const DPAndCRLPairPtr & | dp | ) |
Interface: Subsystem () operator which returns true if CRL passed next update.
Definition at line 49 of file CRLPassedNextUpdate.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_SR_MISC.
void CRLPassedNextUpdate::SetCurTime | ( | CPKIFTimePtr & | time | ) |
Interface: Subsystem
This function sets the current time
time | [in] A reference to a smart pointer to CPKIFTime object which contains current time |
Definition at line 69 of file CRLPassedNextUpdate.cpp.