#include <x509certext.h>
Link against: x509.lib
class CX509GeneralSubtree : public CBase |
Public Member Functions | |
---|---|
virtual | ~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 &) |
Provides access to the general name and the min/max lengths of the subtree.
~CX509GeneralSubtree | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object.
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.
Parameters | |
---|---|
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.
Parameters | |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |
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.
Parameters | |
---|---|
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.
Parameters | |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |