|
||
class CX509AccessDescription : public CBase;
This class provides the access method OID and access location as used by X.509 private internet extensions (authority information access).
CBase
-
Base class for all classes to be instantiated on the heap.
CX509AccessDescription
- This class provides the access method OID and access location as used by X.509 p...
Defined in CX509AccessDescription
:
Location()const
Gets the Access Location field which specifies the location where the additional...Method()const
Gets the Access Method OID.~CX509AccessDescription()
Destructor. Frees all resources owned by the object, prior to its destruction.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...virtual ~CX509AccessDescription();
Destructor. Frees all resources owned by the object, prior to its destruction.
IMPORT_C TPtrC Method() const;
Gets the Access Method OID.
|
IMPORT_C const CX509GeneralName& Location() const;
Gets the Access Location field which specifies the location where the additional information of the CA can be obtained.
|