Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncPrimitive : public CASN1EncBase;
All ASN1 primitive type encoding classes derive from here.
CBase
- Base class for all classes to be instantiated on the heap
CASN1EncBase
- Base class for all ASN.1 types that we can encode
CASN1EncPrimitive
- All ASN1 primitive type encoding classes derive from here
Defined in CASN1EncPrimitive
:
CASN1EncPrimitive()
, IsConstructed()
Inherited from CASN1EncBase
:
CalculateContentsLengthDER()
,
ConstructL()
,
LengthDER()
,
SetTag()
,
WriteContentsDERL()
,
WriteDERL()
,
WriteLengthDER()
,
iContentsLengthDER
,
iLengthLengthDER
,
iTagLengthDER
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
protected: IMPORT_C CASN1EncPrimitive(const TTagType aType);
|
private: virtual TBool IsConstructed() const;
Inherited from CASN1EncBase
.
|