Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncInt : public CASN1EncPrimitive;
Description
Class for encoding TInts only. Use CASN1EncBigInt for encoding Big Integer objects.
Derivation
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 hereCASN1EncInt - Class for encoding TInts only
Members
Defined in CASN1EncInt:
NewL(), NewLC()
Inherited from CASN1EncBase:
ConstructL(),
LengthDER(),
SetTag(),
WriteDERL(),
iContentsLengthDER,
iLengthLengthDER,
iTagLengthDER
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CASN1EncInt *NewLC(const TInt aInt);
Description
Parameters
Return value
static IMPORT_C CASN1EncInt *NewL(const TInt aInt);
Description
Parameters
Return value