CX509ExtensionBase Class Reference

class CX509ExtensionBase : public CBase

A certificate extension base class.

Since
v6.0

Inherits from

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, pure virtual]

Implementation for second-phase construction.

This is called by ConstructL() .

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, by passing the header data.