#include <signed.h>
Link against: crypto.lib
class CValidityPeriod : public CBase |
Protected Attributes | |
---|---|
TTime | iFinish |
TTime | iStart |
Public Member Functions | |
---|---|
CValidityPeriod(const CValidityPeriod &) | |
IMPORT_C const TTime & | Finish() |
IMPORT_C const TTime & | Start() |
IMPORT_C TBool | Valid(const TTime &) |
Protected Member Functions | |
---|---|
CValidityPeriod() |
The period for which the certificate is valid.
IMPORT_C | CValidityPeriod | ( | const CValidityPeriod & | aValidityPeriod | ) |
Copy constructor.
Parameters | |
---|---|
aValidityPeriod | The validity period object to be copied. |
IMPORT_C const TTime & | Finish | ( | ) | const |
Gets the end of the validity period.
IMPORT_C const TTime & | Start | ( | ) | const |
Gets the start of the validity period.