#include <x509CertExt_v2.h>
Link against:
x509.lib
This item is not part of the S60 5th Edition SDK
class CX509PolicyMapping : public CBase;
Description
A set of policy mappings.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CX509PolicyMapping
- A set of policy mappings.
Members
Defined in CX509PolicyMapping
:
Inherited from CBase
:
Construction and destruction
NewL(const CX509PolicyMapping &)
IMPORT_C static CX509PolicyMapping* NewL(const CX509PolicyMapping &aMapping);
Description
Creates a new CX509PolicyMapping object copied from an existing one.
Parameters
Return value
NewLC(const CX509PolicyMapping &)
IMPORT_C static CX509PolicyMapping* NewLC(const CX509PolicyMapping &aMapping);
Description
Creates a new CX509PolicyMapping object copied from an existing one, and puts a pointer to the object onto the cleanup stack.
Parameters
Return value
virtual ~CX509PolicyMapping();
Description
The destructor.
Frees all resources owned by the object.
IMPORT_C TPtrC IssuerPolicy() const;
Description
Gets the issuer policy.
Return value
IMPORT_C TPtrC SubjectPolicy() const;
Description
Gets the subject policy.
Return value