Symbian
 Developer Library

SYMBIAN OS V9.1

FEEDBACK 

[Index] [Spacer] [Previous] [Next]



Location: asn1enc.h
Link against: asn1.lib

Class CASN1EncGeneralizedTime

class CASN1EncGeneralizedTime : public CASN1EncPrimitive;

Description

Class for encoding GeneralisedTime objects.

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

Derivation

Members

Defined in CASN1EncGeneralizedTime:
NewL(), NewLC()

Inherited from CASN1EncBase:
ConstructL(), LengthDER(), SetTag(), WriteDERL(), iContentsLengthDER, iLengthLengthDER, iTagLengthDER

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


NewLC()

static IMPORT_C CASN1EncGeneralizedTime *NewLC(const TTime &aTime);

Description

Parameters

const TTime &aTime

Return value

CASN1EncGeneralizedTime *


NewL()

static IMPORT_C CASN1EncGeneralizedTime *NewL(const TTime &aTime);

Description

Parameters

const TTime &aTime

Return value

CASN1EncGeneralizedTime *