|
|
|
Location:
x509certext.h
Link against: x509.lib
CX509PolicyMappingExt
Supported from 6.0
A X.509 certificate extension that contains a set of policy mappings.
A policy mapping allows a Certification Authority to declare that two certificate policies are equivalent.
|
Defined in CX509PolicyMappingExt:
Mappings(), NewL(), NewL(), NewLC(), NewLC(), ~CX509PolicyMappingExt()
Inherited from CBase:
operator new()
Inherited from CX509ExtensionBase:
ConstructL(),
DoConstructL()
static CX509PolicyMappingExt* NewL(const TDesC8& aBinaryData);
Creates a new policy mapping extension object from the specified buffer containing the binary coded representation.
|
|
static CX509PolicyMappingExt* NewL(const TDesC8& aBinaryData, TInt& aPos);
Creates a new policy mapping extension object from the specified buffer containing the binary coded representation, starting at the specified offset.
|
|
static CX509PolicyMappingExt* NewLC(const TDesC8& aBinaryData);
Creates a new policy mapping extension object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
|
|
static CX509PolicyMappingExt* NewLC(const TDesC8& aBinaryData, TInt& aPos);
Creates a new policy mapping extension object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
|
|
~CX509PolicyMappingExt();
Destructor.
Frees all resources owned by the object, prior to its destruction.
const CArrayPtrFlat<CX509PolicyMapping>& Mappings() const;
Gets a reference to the array of policy mappings.
|