Symbian
Symbian OS Library

SYMBIAN OS V9.3

[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:
CalculateContentsLengthDER(), NewL(), NewLC(), WriteContentsDERL(), ~CASN1EncBigInt()

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

Inherited from CASN1EncPrimitive:
IsConstructed()

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

[Top]


Member functions


CalculateContentsLengthDER()

private: virtual void CalculateContentsLengthDER();

Description

Calculates number of octets in DER content encoding. Must set value of the appropriate data member.


WriteContentsDERL()

private: virtual void WriteContentsDERL(TDes8 &aBuf) const;

Description

Writes DER content encoding into supplied buffer, which is already verified to be big enough. Must be implemented by derived classes.

Parameters

TDes8 &aBuf

Buffer to write to.