Symbian
 Developer Library

SYMBIAN OS V9.1

FEEDBACK 

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



Location: asn1enc.h
Link against: asn1.lib

Class CASN1EncInt

class CASN1EncInt : public CASN1EncPrimitive;

Description

Class for encoding TInts only. Use CASN1EncBigInt for encoding Big Integer objects.

Derivation

Members

Defined in CASN1EncInt:
NewL(), NewLC()

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

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


Construction and destruction


NewLC()

static IMPORT_C CASN1EncInt *NewLC(const TInt aInt);

Description

Parameters

const TInt aInt

Return value

CASN1EncInt *


NewL()

static IMPORT_C CASN1EncInt *NewL(const TInt aInt);

Description

Parameters

const TInt aInt

Return value

CASN1EncInt *