Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: x509certext.h
Link against: x509.lib

Class CX509ExtensionBase

class CX509ExtensionBase : public CBase;

Description

A certificate extension base class.

Derivation

Members

Defined in CX509ExtensionBase:
ConstructL(), DoConstructL()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


ConstructL()

protected: virtual void ConstructL(const TDesC8 &aBinaryData, TInt &aPos);

Description

Second-phase constructor.

Parameters

const TDesC8 &aBinaryData

The encoded binary representation.

TInt &aPos

The position from which to start decoding.

[Top]


Member functions


DoConstructL()

protected: virtual void DoConstructL(const TDesC8 &aBinaryData, TInt &aPos)=0;

Description

Implementation for second-phase construction.

This is called by ConstructL().

Parameters

const TDesC8 &aBinaryData

The encoded binary representation. This is the same as passed to ConstructL().

TInt &aPos

The position from which to start decoding. Note that the value passed points, in effect, to the content, by passing the header data.