CX509ExtensionBase Class Reference
class CX509ExtensionBase : public CBase |
Detailed Description
A certificate extension base class.
Member Function Documentation
ConstructL ( const TDesC8 &, TInt & )
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [protected, virtual] |
Second-phase constructor.
Parameter | Description |
---|
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |
DoConstructL ( const TDesC8 &, TInt & )
void | DoConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [protected, pure virtual] |
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. |