class CX509GeneralSubtree : public CBase |
Provides access to the general name and the min/max lengths of the subtree.
Public Member Functions | |
---|---|
~CX509GeneralSubtree () | |
IMPORT_C TInt | MaxDistance () |
IMPORT_C TInt | MinDistance () |
IMPORT_C const CX509GeneralName & | Name () |
CX509GeneralSubtree * | NewL (const TDesC8 &) |
CX509GeneralSubtree * | NewL (const TDesC8 &, TInt &) |
CX509GeneralSubtree * | NewLC (const TDesC8 &) |
CX509GeneralSubtree * | NewLC (const TDesC8 &, TInt &) |
Private Member Functions | |
---|---|
CX509GeneralSubtree () | |
void | ConstructL (const TDesC8 &, TInt &) |
Private Attributes | |
---|---|
TInt | iMaxDist |
TInt | iMinDist |
CX509GeneralName * | iName |
~CX509GeneralSubtree | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object.
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [private] |
IMPORT_C TInt | MaxDistance | ( | ) | const |
Gets the maximum distance of the CX509GeneralSubtree object.
IMPORT_C TInt | MinDistance | ( | ) | const |
Gets the minimum distance of the CX509GeneralSubtree object.
CX509GeneralSubtree * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509GeneralSubtree object from the specified buffer containing the encoded binary representation.
const TDesC8 & aBinaryData | The encoded binary representation. |
CX509GeneralSubtree * | NewL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
Creates a new CX509GeneralSubtree object from the specified buffer containing the encoded binary representation.
CX509GeneralSubtree * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509GeneralSubtree object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
const TDesC8 & aBinaryData | The encoded binary representation. |
CX509GeneralSubtree * | NewLC | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
Creates a new CX509GeneralSubtree object from the specified buffer containing the encoded binary representation, 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.