CX509IntListExt Class Reference

class CX509IntListExt : public CX509ExtensionBase

A Symbian specific X.509 v3 certificate extension that contains an arbitrary list of 32 bit integers.

Inherits from

Constructor & Destructor Documentation

~CX509IntListExt()

~CX509IntListExt ( )

Destructor. Frees all resources owned by the object.

Member Functions Documentation

ConstructL(const TDesC8 &, TInt &)

void ConstructL ( const TDesC8 & aBinaryData,
TInt & aPos
) [protected, virtual]

Second-phase constructor.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.
TInt & aPos The position from which to start decoding.

DoConstructL(const TDesC8 &, TInt &)

void DoConstructL ( const TDesC8 & aBinaryData,
TInt & aPos
) [protected, virtual]

Decodes the binary representation of a sequence of integers.

Parameters

const TDesC8 & aBinaryData The encoded binary representation. This is the same as passed to ConstructL().
TInt & aPos The position from which to start decoding. Note that the value passed points, in effect, to the content, bypassing the header data.

IntArray()

IMPORT_C const RArray < TInt > & IntArray ( ) const

Gets a reference to the array of decoded integers. Ownership is not transferred.

NewL(const TDesC8 &)

IMPORT_C CX509IntListExt * NewL ( const TDesC8 & aBinaryData ) [static]

Creates a new CX509IntListExt object from the binary (DER) encoded representation of a sequence of integers.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.

NewLC(const TDesC8 &)

IMPORT_C CX509IntListExt * NewLC ( const TDesC8 & aBinaryData ) [static]

Creates a new CX509IntListExt object from the binary (DER) encoded representation of a sequence of integers, and puts a pointer to it onto the cleanup stack.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.

Member Data Documentation

RArray< TInt > iIntArray

RArray < TInt > iIntArray [private]

The decoded array of integers.