Symbian
 Developer Library

SYMBIAN OS V9.1

FEEDBACK 

[Index] [Spacer] [Previous] [Next]



Location: asn1enc.h
Link against: asn1.lib

Class CASN1EncBigInt

class CASN1EncBigInt : public CASN1EncPrimitive;

Description

Class for encoding Big Integer objects only - use CASN1EncInt for TInts.

Derivation

Members

Defined in CASN1EncBigInt:
NewL(), NewLC(), ~CASN1EncBigInt()

Inherited from CASN1EncBase:
ConstructL(), LengthDER(), SetTag(), WriteDERL(), iContentsLengthDER, iLengthLengthDER, iTagLengthDER

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


NewLC()

static IMPORT_C CASN1EncBigInt *NewLC(const TInteger &aInteger);

Description

Parameters

const TInteger &aInteger

Return value

CASN1EncBigInt *


NewL()

static IMPORT_C CASN1EncBigInt *NewL(const TInteger &aInteger);

Description

Parameters

const TInteger &aInteger

Return value

CASN1EncBigInt *


~CASN1EncBigInt()

IMPORT_C ~CASN1EncBigInt();

Description