class CX509ExtensionBase : public CBase |
A certificate extension base class.
v6.0
Protected Member Functions | |
---|---|
void | ConstructL(const TDesC8 &, TInt &) |
void | DoConstructL(const TDesC8 &, TInt &) |
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [protected, virtual] |
Second-phase constructor.
void | DoConstructL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [protected, pure virtual] |
Implementation for second-phase construction.
This is called by ConstructL().