|
|
||
Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncBigInt : public CASN1EncPrimitive;
Class for encoding Big Integer objects only - use CASN1EncInt for TInts.
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 hereCASN1EncBigInt - Class for encoding Big Integer objects only - use Defined in CASN1EncBigInt:
NewL(), NewLC(), ~CASN1EncBigInt()
Inherited from CASN1EncBase:
ConstructL(),
LengthDER(),
SetTag(),
WriteDERL(),
iContentsLengthDER,
iLengthLengthDER,
iTagLengthDER
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CASN1EncBigInt *NewLC(const TInteger &aInteger);
|
|
static IMPORT_C CASN1EncBigInt *NewL(const TInteger &aInteger);
|
|
IMPORT_C ~CASN1EncBigInt();