CASN1EncGeneralizedTime Class Reference

class CASN1EncGeneralizedTime : public CASN1EncPrimitive

Class for encoding GeneralisedTime objects.

Doesn't support fractions of seconds or regional time zone offsets.

Inherits from

Constructor & Destructor Documentation

CASN1EncGeneralizedTime(const TTime &)

CASN1EncGeneralizedTime(const TTime &aTime)[private]

Parameters

const TTime & aTime

Member Functions Documentation

CalculateContentsLengthDER()

voidCalculateContentsLengthDER()[private, virtual]

Calculates number of octets in DER content encoding. Must set value of the appropriate data member.

NewL(const TTime &)

IMPORT_C CASN1EncGeneralizedTime *NewL(const TTime &aTime)[static]

Parameters

const TTime & aTime

NewLC(const TTime &)

IMPORT_C CASN1EncGeneralizedTime *NewLC(const TTime &aTime)[static]

Parameters

const TTime & aTime

WriteContentsDERL(TDes8 &)

voidWriteContentsDERL(TDes8 &aBuf)const [private, virtual]

Writes DER content encoding into supplied buffer, which is already verified to be big enough. Must be implemented by derived classes.

Parameters

TDes8 & aBufBuffer to write to.

Member Data Documentation

TDateTime iDateTime

TDateTime iDateTime[private]