Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: x509certext.h
Link against: x509.lib

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:
MaxDistance(), MinDistance(), Name()

Inherited from CBase:
Delete(), Extension_(), operator new()


Member functions


Name()

IMPORT_C const CX509GeneralName &Name() const;

Description

Gets the general name.

Return value

const CX509GeneralName &

The general name.


MinDistance()

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()

IMPORT_C TInt MaxDistance() const;

Description

Gets the maximum distance of the CX509GeneralSubtree object.

Return value

TInt

The maximum distance of the CX509GeneralSubtree object.