|
||
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(const TDesC8 &,TInt &)
Second-phase constructor.DoConstructL(const TDesC8 &,TInt &)
Implementation for second-phase construction.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...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 CX509ExtensionBase::ConstructL(const TDesC8 &,TInt &)
.
|