CValidityPeriod Class Reference

class CValidityPeriod : public CBase

The period for which the certificate is valid.

Since
v6.0

Inherits from

Constructor & Destructor Documentation

CValidityPeriod(const CValidityPeriod &)

IMPORT_C CValidityPeriod ( const CValidityPeriod & aValidityPeriod )

Copy constructor.

Parameters

const CValidityPeriod & aValidityPeriod The validity period object to be copied.

CValidityPeriod()

IMPORT_C CValidityPeriod ( ) [protected]

Default constructor.

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 &)

IMPORT_C TBool Valid ( const TTime & aTime ) const

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

TTime iFinish [protected]

The end time of the validity period.

TTime iStart

TTime iStart [protected]

The start time of the validity period.