Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <x509CertExt_v2.h>
Link against: x509.lib
This item is not part of the S60 5th Edition SDK

Class CX509GeneralSubtree

class CX509GeneralSubtree : public CBase;

Description

Provides access to the general name and the min/max lengths of the subtree.

Derivation

Members

Defined in CX509GeneralSubtree:

Inherited from CBase:


Construction and destruction


~CX509GeneralSubtree()

virtual ~CX509GeneralSubtree();

Description

Destructor.

Frees all resources owned by the object.

[Top]


Member functions


Name()const

IMPORT_C const CX509GeneralName& Name() const;

Description

Gets the general name.

Return value

const CX509GeneralName &

The general name.


MinDistance()const

IMPORT_C TInt MinDistance() const;

Description

Gets the minimum distance of the CX509GeneralSubtree object.

Return value

TInt

The minimum distance of the CX509GeneralSubtree object.


MaxDistance()const

IMPORT_C TInt MaxDistance() const;

Description

Gets the maximum distance of the CX509GeneralSubtree object.

Return value

TInt

The maximum distance of the CX509GeneralSubtree object.