#include <x509certext.h>
| class CX509AccessDescription : public CBase |
| Public Member Functions | |
|---|---|
| virtual | ~CX509AccessDescription() |
| IMPORT_C const CX509GeneralName & | Location() |
| IMPORT_C TPtrC | Method() |
| CX509AccessDescription * | NewL(const TDesC8 &) |
| CX509AccessDescription * | NewL(const TDesC8 &, TInt &) |
| CX509AccessDescription * | NewLC(const TDesC8 &) |
| CX509AccessDescription * | NewLC(const TDesC8 &, TInt &) |
This class provides the access method OID and access location as used by X.509 private internet extensions (authority information access).
| ~CX509AccessDescription | ( | ) | [virtual] |
Destructor. Frees all resources owned by the object, prior to its destruction.
| 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.
Returns: A reference to access location .
| IMPORT_C TPtrC | Method | ( | ) | const |
Gets the Access Method OID.
Returns: A non modifiable pointer descriptor to point to the access method OID.
| CX509AccessDescription * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509AccessDescription object from the specified buffer containing the binary coded representation.
| Parameter | Description |
|---|---|
| aBinaryData | The encoded binary data. |
Returns: The new CX509AccessDescription object.
| 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.
| Parameter | Description |
|---|---|
| aBinaryData | The encoded binary representation. |
| aPos | The offset position from which to start decoding. |
Returns: The new CX509AuthInfoAccessExt object.
| 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.
| Parameter | Description |
|---|---|
| aBinaryData | The encoded binary representation. |
Returns: The new CX509AccessDescription object.
| 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.
| Parameter | Description |
|---|---|
| aBinaryData | The encoded binary representation. |
| aPos | The offset position from which to start decoding. |
Returns: The new CX509AccessDescription object.