| class CX509CertPoliciesExt : public CX509ExtensionBase |
The policy under which this certificate has been issued.
Contains further information on a client's signature.
| Public Member Functions | |
|---|---|
| ~CX509CertPoliciesExt () | |
| IMPORT_C CX509CertPoliciesExt * | NewL (const TDesC8 &) |
| IMPORT_C CX509CertPoliciesExt * | NewL (const TDesC8 &, TInt &) |
| IMPORT_C CX509CertPoliciesExt * | NewLC (const TDesC8 &) |
| IMPORT_C CX509CertPoliciesExt * | NewLC (const TDesC8 &, TInt &) |
| IMPORT_C const CArrayPtrFlat < CX509CertPolicyInfo > & | Policies () |
| Private Member Functions | |
|---|---|
| CX509CertPoliciesExt () | |
| void | DoConstructL (const TDesC8 &, TInt &) |
| Private Attributes | |
|---|---|
| CArrayPtrFlat < CX509CertPolicyInfo > * | iPolicies |
| ~CX509CertPoliciesExt | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object.
| void | DoConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [private, virtual] | |||
| IMPORT_C CX509CertPoliciesExt * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509CertPoliciesExt object from the specified buffer containing the encoded binary representation.
| const TDesC8 & aBinaryData | The encoded binary representation. |
| IMPORT_C CX509CertPoliciesExt * | NewL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
Creates a new CX509CertPoliciesExt object from the specified buffer containing the encoded binary representation, starting at the specified offset.
| IMPORT_C CX509CertPoliciesExt * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509CertPoliciesExt object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
| const TDesC8 & aBinaryData | The encoded binary representation. |
| IMPORT_C CX509CertPoliciesExt * | NewLC | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
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.
| CArrayPtrFlat < CX509CertPolicyInfo > * | iPolicies | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.