#include <Validity.h>
TSP-enforcing: No
Definition at line 31 of file Validity.h.
Public Member Functions | |
CPKIFValidity () | |
CPKIFValidity (const CPKIFTimePtr ¬Before, const CPKIFTimePtr ¬After) | |
The function creates an instance of CPKIFValidity. | |
virtual | ~CPKIFValidity () |
CPKIFTimePtr | notBefore () const |
CPKIFTimePtr | notAfter () const |
CPKIFValidity::CPKIFValidity | ( | ) |
CPKIFValidity::CPKIFValidity | ( | const CPKIFTimePtr & | notBefore, | |
const CPKIFTimePtr & | notAfter | |||
) |
The function creates an instance of CPKIFValidity.
Interface: External
This function creates an instance of CPKIFValidity
notBefore | [in] A reference to a smart pointer to CPKIFTime object which contains the notBefore time |
notAfter | [in] A reference to a smart pointer to CPKIFTime object which contains the notAfter time |
Definition at line 49 of file Validity.cpp.
References CPKIFTime.
CPKIFValidity::~CPKIFValidity | ( | ) | [virtual] |
Interface: External
he function destroys an instance of CPKIFValidity
Definition at line 75 of file Validity.cpp.
CPKIFTimePtr CPKIFValidity::notBefore | ( | ) | const |
Interface: External
This function returns a smart pointer to a CPKIFTime object containing the value of the notBefore property from a validity object
Definition at line 92 of file Validity.cpp.
CPKIFTimePtr CPKIFValidity::notAfter | ( | ) | const |
Interface: External
This function returns a smart pointer to a CPKIFTime object containing the value of the notAfter property from a validity object
Definition at line 104 of file Validity.cpp.