|
|
||
Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncGeneralizedTime : public CASN1EncPrimitive;
Class for encoding GeneralisedTime objects.
Doesn't support fractions of seconds or regional time zone offsets.
CBase - Base class for all classes to be instantiated on the heapCASN1EncBase - Base class for all ASN.1 types that we can encodeCASN1EncPrimitive - All ASN1 primitive type encoding classes derive from hereCASN1EncGeneralizedTime - Class for encoding GeneralisedTime objectsDefined in CASN1EncGeneralizedTime:
NewL(), NewLC()
Inherited from CASN1EncBase:
ConstructL(),
LengthDER(),
SetTag(),
WriteDERL(),
iContentsLengthDER,
iLengthLengthDER,
iTagLengthDER
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CASN1EncGeneralizedTime *NewLC(const TTime &aTime);
|
|
static IMPORT_C CASN1EncGeneralizedTime *NewL(const TTime &aTime);
|
|