CX509ExtensionBase Class Reference

#include <x509certext.h>

Link against: x509.lib

class CX509ExtensionBase : public CBase

Inherits from

Detailed Description

A certificate extension base class.

Since
v6.0

Member Function Documentation

ConstructL ( const TDesC8 &, TInt & )

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

Second-phase constructor.

Parameters
aBinaryDataThe encoded binary representation.
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
aBinaryDataThe encoded binary representation. This is the same as passed to ConstructL().
aPosThe position from which to start decoding. Note that the value passed points, in effect, to the content, by passing the header data.