Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncSequence : public CASN1EncContainer;
Class for encoding SEQUENCE and SEQUENCE-OF data types.
CBase
- Base class for all classes to be instantiated on the heap
CASN1EncBase
- Base class for all ASN.1 types that we can encode
CASN1EncConstructed
- Base class for all ASN1 constructed-type objects
CASN1EncContainer
- Base class for all ASN1 container types - sequences, sets, etc
CASN1EncSequence
- Class for encoding SEQUENCE and SEQUENCE-OF data types
Defined in CASN1EncSequence
:
AddChildIntL()
, Child()
, NewL()
, NewLC()
, NumChildren()
, ~CASN1EncSequence()
Inherited from CASN1EncBase
:
ConstructL()
,
LengthDER()
,
SetTag()
,
WriteDERL()
,
WriteLengthDER()
,
iContentsLengthDER
,
iLengthLengthDER
,
iTagLengthDER
Inherited from CASN1EncConstructed
:
CalculateContentsLengthDER()
,
IsConstructed()
,
WriteContentsDERL()
Inherited from CASN1EncContainer
:
AddAndPopChildL()
,
AddChildL()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
private: virtual const CASN1EncBase &Child(const TUint aIndex) const;
|
|
private: virtual void AddChildIntL(const CASN1EncBase *aChild);
Internal method, derived classes implement to add a child. No need to check for null input or call ContentsLengthChanged()
. Takes ownership, but only if you don't leave.
|