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).
Public Member Functions | |
---|---|
~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 &) |
Private Member Functions | |
---|---|
CX509AccessDescription () | |
void | ConstructL (const TDesC8 &, TInt &) |
Private Attributes | |
---|---|
CX509GeneralName * | iLocation |
HBufC * | iMethodId |
~CX509AccessDescription | ( | ) | [virtual] |
Destructor. Frees all resources owned by the object, prior to its destruction.
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [private] |
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.
CX509AccessDescription * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509AccessDescription object from the specified buffer containing the binary coded representation.
const TDesC8 & 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.
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.
const TDesC8 & 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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.