CX509ExtensionBase Class Reference

class CX509ExtensionBase : public CBase

A certificate extension base class.

Since
v6.0

Inherits from

Member Functions Documentation

ConstructL(const TDesC8 &, TInt &)

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

Second-phase constructor.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation.
TInt & aPosThe position from which to start decoding.

DoConstructL(const TDesC8 &, TInt &)

voidDoConstructL(const TDesC8 &aBinaryData,
TInt &aPos
)[protected, pure virtual]

Implementation for second-phase construction.

This is called by ConstructL().

Parameters

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