CX509CapabilitySetExt Class Reference

class CX509CapabilitySetExt : public CX509ExtensionBase

A Symbian specific X.509 v3 certificate extension that contains a capability set encoded as a bit string.

Inherits from

Constructor & Destructor Documentation

~CX509CapabilitySetExt()

~CX509CapabilitySetExt()

Destructor. Frees all resources owned by the object.

Member Functions Documentation

CapabilitySet()

IMPORT_C const TCapabilitySet &CapabilitySet()const

Gets a reference to the capability set.

ConstructL(const TDesC8 &, TInt &)

voidConstructL(const TDesC8 &aBinaryData,
TInt &aPos
)[protected, virtual]

Second-phase constructor.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation.
TInt & aPosThe position from which to start decoding.

DoConstructL(const TDesC8 &, TInt &)

voidDoConstructL(const TDesC8 &aBinaryData,
TInt &aPos
)[protected, virtual]

Constructs the a TCapabilitySet from a DER encoded bit string.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation. This is the same as passed to ConstructL().
TInt & aPosThe position from which to start decoding. Note that the value passed points, in effect, to the content, bypassing the header data.

NewL(const TDesC8 &)

IMPORT_C CX509CapabilitySetExt *NewL(const TDesC8 &aBinaryData)[static]

Creates a new CX509CapabilitySetExt object from the binary (DER) encoded representation of a sequence of integers.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation.

NewLC(const TDesC8 &)

IMPORT_C CX509CapabilitySetExt *NewLC(const TDesC8 &aBinaryData)[static]

Creates a new CX509CapabilitySetExt object from the binary (DER) encoded representation of a sequence of integers, and puts a pointer to it onto the cleanup stack.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation.

Member Data Documentation

TCapabilitySet iCapabilitySet

TCapabilitySet iCapabilitySet[private]

The decoded capability set