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).
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 &)
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [private] |
Location()
Gets the Access Location field which specifies the location where the additional information of the CA can be obtained.
Method()
IMPORT_C TPtrC | Method | ( | ) | const |
Gets the Access Method OID.
NewL(const TDesC8 &)
Creates a new CX509AccessDescription object from the specified buffer containing the binary coded representation.
Parameters
const TDesC8 & aBinaryData | The encoded binary data. |
NewL(const TDesC8 &, TInt &)
Creates a new CX509AuthInfoAccessExt object from the specified buffer containing the binary coded representation, starting at the specified offset.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. |
NewLC(const TDesC8 &)
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 & aBinaryData | The encoded binary representation. |
NewLC(const TDesC8 &, TInt &)
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 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. |
Member Data Documentation
CX509GeneralName * iLocation
HBufC * iMethodId
HBufC * | iMethodId | [private] |
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.