Location:
x509certext.h
Link against: x509.lib
class CX509CertPoliciesExt : public CX509ExtensionBase;
The policy under which this certificate has been issued.
Contains further information on a client's signature.
CBase
- Base class for all classes to be instantiated on the heap
CX509ExtensionBase
- A certificate extension base class
CX509CertPoliciesExt
- The policy under which this certificate has been issued
Defined in CX509CertPoliciesExt
:
DoConstructL()
, NewL()
, NewL()
, NewLC()
, NewLC()
, Policies()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CX509ExtensionBase
:
ConstructL()
static IMPORT_C CX509CertPoliciesExt *NewL(const TDesC8 &aBinaryData);
Creates a new CX509CertPoliciesExt object from the specified buffer containing the encoded binary representation.
|
|
static IMPORT_C CX509CertPoliciesExt *NewLC(const TDesC8 &aBinaryData);
Creates a new CX509CertPoliciesExt object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
|
|
static IMPORT_C CX509CertPoliciesExt *NewL(const TDesC8 &aBinaryData, TInt &aPos);
Creates a new CX509CertPoliciesExt object from the specified buffer containing the encoded binary representation, starting at the specified offset.
|
|
static IMPORT_C CX509CertPoliciesExt *NewLC(const TDesC8 &aBinaryData, TInt &aPos);
Creates a new CX509CertPoliciesExt object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
|
|
IMPORT_C const CArrayPtrFlat< CX509CertPolicyInfo > &Policies() const;
Gets the certificate policy extension information.
|
private: virtual void DoConstructL(const TDesC8 &aBinaryData, TInt &aPos);
Implementation for second-phase construction.
This is called by ConstructL()
.
|