|
|
|
|
Location:
signed.h
Link against: crypto.lib
class CValidityPeriod : public CBase;
The period for which the certificate is valid.
CBase - Base class for all classes to be instantiated on the heapCValidityPeriod - The period for which the certificate is validDefined in CValidityPeriod:
CValidityPeriod(), CValidityPeriod(), Finish(), Start(), Valid(), iFinish, iStart
Inherited from CBase:
Delete(),
Extension_(),
operator new()
IMPORT_C CValidityPeriod(const CValidityPeriod &aValidityPeriod);
Copy constructor.
|
IMPORT_C TBool Valid(const TTime &aTime) const;
Tests whether the specified date and time is within the validity period.
|
|
IMPORT_C const TTime &Start() const;
Gets the start of the validity period.
|
IMPORT_C const TTime &Finish() const;
Gets the end of the validity period.
|
protected: TTime iFinish;
The end time of the validity period.