CValidityPeriod Class Reference
class CValidityPeriod : public CBase |
The period for which the certificate is valid.
Constructor & Destructor Documentation
CValidityPeriod(const CValidityPeriod &)
Parameters
const CValidityPeriod & aValidityPeriod | The validity period object to be copied. |
CValidityPeriod()
IMPORT_C | CValidityPeriod | ( | ) | [protected] |
Member Functions Documentation
Finish()
IMPORT_C const TTime & | Finish | ( | ) | const |
Gets the end of the validity period.
Start()
IMPORT_C const TTime & | Start | ( | ) | const |
Gets the start of the validity period.
Valid(const TTime &)
Tests whether the specified date and time is within the validity period.
Parameters
const TTime & aTime | The date and time to be tested. |
Member Data Documentation
TTime
iFinish
The end time of the validity period.
TTime
iStart
The start time of the validity period.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.