|
||
class CX509PolicyQualifierInfo : public CBase;
Gets X.509 policy qualifier information.
CBase
-
Base class for all classes to be instantiated on the heap.
CX509PolicyQualifierInfo
- Gets X.509 policy qualifier information.
Defined in CX509PolicyQualifierInfo
:
Data()const
Gets the policy qualifier data.Id()const
Gets the policy qualifier Id.~CX509PolicyQualifierInfo()
The 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...virtual ~CX509PolicyQualifierInfo();
The destructor.
Frees all resources owned by the object.
IMPORT_C TPtrC Id() const;
Gets the policy qualifier Id.
|
IMPORT_C TPtrC8 Data() const;
Gets the policy qualifier data.
|