|
||
class CX509GeneralSubtree : public CBase;
Provides access to the general name and the min/max lengths of the subtree.
CBase
-
Base class for all classes to be instantiated on the heap.
CX509GeneralSubtree
- Provides access to the general name and the min/max lengths of the subtree.
Defined in CX509GeneralSubtree
:
MaxDistance()const
Gets the maximum distance of the CX509GeneralSubtree object.MinDistance()const
Gets the minimum distance of the CX509GeneralSubtree object.Name()const
Gets the general name.~CX509GeneralSubtree()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C const CX509GeneralName& Name() const;
Gets the general name.
|
IMPORT_C TInt MinDistance() const;
Gets the minimum distance of the CX509GeneralSubtree object.
|
IMPORT_C TInt MaxDistance() const;
Gets the maximum distance of the CX509GeneralSubtree object.
|