#include <x509certext.h>
Link against: x509.lib
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.
IMPORT_C TPtrC | Method | ( | ) | const |
Gets the Access Method OID.
CX509AccessDescription * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509AccessDescription object from the specified buffer containing the binary coded representation.
Parameters | |
---|---|
aBinaryData | The encoded binary data. |
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 | |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The offset position from which to start decoding. |
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 | |
---|---|
aBinaryData | The encoded binary representation. |
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 | |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The offset position from which to start decoding. |