|
|
|
Location:
x509certext.h
Link against: x500.lib
CX509PolicyConstraintsExt
Supported from 6.0
Enables a CA to constrain the use of policies in two ways:
they can enforce the appearance of explicit certificate policies in subsequent certificates.
prevent policy mapping from being performed.
|
Defined in CX509PolicyConstraintsExt:
ExplicitPolicyRequired(), InhibitPolicyMapping(), NewL(), NewL(), NewLC(), NewLC(), ~CX509PolicyConstraintsExt()
Inherited from CBase:
operator new()
Inherited from CX509ExtensionBase:
ConstructL(),
DoConstructL()
static CX509PolicyConstraintsExt* NewL(const TDesC8& aBinaryData);
Creates a new Policy constraints extension object from the specified buffer containing the encoded binary representation.
|
|
static CX509PolicyConstraintsExt* NewL(const TDesC8& aBinaryData, TInt& aPos);
Creates a new Policy constraints extension object from the specified buffer containing the encoded binary representation, starting at the specified offset.
|
|
static CX509PolicyConstraintsExt* NewLC(const TDesC8& aBinaryData);
Creates a new Policy constraints extension object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
|
|
static CX509PolicyConstraintsExt* NewLC(const TDesC8& aBinaryData, TInt& aPos);
Creates a new Policy constraints extension object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
|
|
~CX509PolicyConstraintsExt();
Destructor.
Frees all resources owned by the object, prior to its destruction.
TX509PolicyConstraint ExplicitPolicyRequired() const;
Gets the explicit policy.
|
TX509PolicyConstraint InhibitPolicyMapping() const;
Gets the inhibiting policy mapping.
|