#include <x509certext.h>
class CX509ExtensionBase : public CBase |
Protected Member Functions | |
---|---|
virtual void | ConstructL(const TDesC8 &, TInt &) |
pure virtual void | DoConstructL(const TDesC8 &, TInt &) |
A certificate extension base class.
Implementation for second-phase construction.
This is called by ConstructL().
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. This is the same as passed to ConstructL(). |
aPos | The position from which to start decoding. Note that the value passed points, in effect, to the content, by passing the header data. |