CX509AccessDescription Class Reference

class CX509AccessDescription : public CBase

This class provides the access method OID and access location as used by X.509 private internet extensions (authority information access).

Inherits from

  • CX509AccessDescription

Constructor & Destructor Documentation

CX509AccessDescription()

CX509AccessDescription()[private]

~CX509AccessDescription()

~CX509AccessDescription()[virtual]

Destructor. Frees all resources owned by the object, prior to its destruction.

Member Functions Documentation

ConstructL(const TDesC8 &, TInt &)

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

Parameters

const TDesC8 & aBinaryData
TInt & aPos

Location()

IMPORT_C const CX509GeneralName &Location()const

Gets the Access Location field which specifies the location where the additional information of the CA can be obtained.

Method()

IMPORT_C TPtrCMethod()const

Gets the Access Method OID.

NewL(const TDesC8 &)

CX509AccessDescription *NewL(const TDesC8 &aBinaryData)[static]

Creates a new CX509AccessDescription object from the specified buffer containing the binary coded representation.

Parameters

const TDesC8 & aBinaryDataThe encoded binary data.

NewL(const TDesC8 &, TInt &)

CX509AccessDescription *NewL(const TDesC8 &aBinaryData,
TInt &aPos
)[static]

Creates a new CX509AuthInfoAccessExt object from the specified buffer containing the binary coded representation, starting at the specified offset.

Parameters

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

NewLC(const TDesC8 &)

CX509AccessDescription *NewLC(const TDesC8 &aBinaryData)[static]

Creates a new CX509AccessDescription object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation.

NewLC(const TDesC8 &, TInt &)

CX509AccessDescription *NewLC(const TDesC8 &aBinaryData,
TInt &aPos
)[static]

Creates a new CX509AccessDescription object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.

Parameters

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

Member Data Documentation

CX509GeneralName * iLocation

CX509GeneralName *iLocation[private]

HBufC * iMethodId

HBufC *iMethodId[private]