Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <x509CertExt_v2.h>
Link against: x509.lib
This item is not part of the S60 5th Edition SDK

Class CX509ExtensionBase

class CX509ExtensionBase : public CBase;

Description

A certificate extension base class.

Derivation

Members

Defined in CX509ExtensionBase:

Inherited from CBase:


Construction and destruction


ConstructL(const TDesC8 &,TInt &)

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(const TDesC8 &,TInt &)

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

Description

Implementation for second-phase construction.

This is called by CX509ExtensionBase::ConstructL(const TDesC8 &,TInt &).

Parameters

const TDesC8 &aBinaryData

The encoded binary representation. This is the same as passed to CX509ExtensionBase::ConstructL(const TDesC8 &,TInt &).

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.