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 CX509AccessDescription

class CX509AccessDescription : public CBase;

Description

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

Derivation

Members

Defined in CX509AccessDescription:

Inherited from CBase:


Construction and destruction


~CX509AccessDescription()

virtual ~CX509AccessDescription();

Description

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

[Top]


Member functions


Method()const

IMPORT_C TPtrC Method() const;

Description

Gets the Access Method OID.

Return value

TPtrC16

A non modifiable pointer descriptor to point to the access method OID.


Location()const

IMPORT_C const CX509GeneralName& Location() const;

Description

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

Return value

const CX509GeneralName &

A reference to access location .