|
|
|
Location:
signed.h
Link against: crypto.lib
CValidityPeriod
Supported from 6.0
The period for which the certificate is valid.
|
Defined in CValidityPeriod:
CValidityPeriod(), Finish(), Start(), Valid()
Inherited from CBase:
operator new()
CValidityPeriod(const CValidityPeriod& aValidityPeriod);
Copy constructor.
|
TBool Valid(const TTime& aTime) const;
Tests whether the specified date and time is within the validity period.
|
|
const TTime& Start() const;
Gets the start of the validity period.
|
const TTime& Finish() const;
Gets the end of the validity period.
|