|
|
|
|
Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncConstructed : public CASN1EncBase;
Base class for all ASN1 constructed-type objects. Most of these are container classes, but another type is the explicit-tagging wrapper object.
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
Defined in CASN1EncConstructed:
CalculateContentsLengthDER(), Child(), IsConstructed(), NumChildren(), WriteContentsDERL()
Inherited from CASN1EncBase:
ConstructL(),
LengthDER(),
SetTag(),
WriteDERL(),
WriteLengthDER(),
iContentsLengthDER,
iLengthLengthDER,
iTagLengthDER
Inherited from CBase:
Delete(),
Extension_(),
operator new()
private: virtual const CASN1EncBase &Child(const TUint aIndex) const=0;
|
|
private: virtual void CalculateContentsLengthDER();
Calculates number of octets in DER content encoding. Must set value of the appropriate data member.
private: virtual void WriteContentsDERL(TDes8 &aBuf) const;
Writes DER content encoding into supplied buffer, which is already verified to be big enough. Must be implemented by derived classes.
|