|
|
|
|
Location:
x509certext.h
Link against: x509.lib
class CX509ExtensionBase : public CBase;
A certificate extension base class.
CBase - Base class for all classes to be instantiated on the heap
CX509ExtensionBase - A certificate extension base class
Defined in CX509ExtensionBase:
ConstructL(), DoConstructL()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
protected: virtual void ConstructL(const TDesC8 &aBinaryData, TInt &aPos);
Second-phase constructor.
|
protected: virtual void DoConstructL(const TDesC8 &aBinaryData, TInt &aPos)=0;
Implementation for second-phase construction.
This is called by ConstructL().
|