| class CX509CapabilitySetExt : public CX509ExtensionBase |
A Symbian specific X.509 v3 certificate extension that contains a capability set encoded as a bit string.
| Public Member Functions | |
|---|---|
| ~CX509CapabilitySetExt () | |
| IMPORT_C const TCapabilitySet & | CapabilitySet () |
| IMPORT_C CX509CapabilitySetExt * | NewL (const TDesC8 &) |
| IMPORT_C CX509CapabilitySetExt * | NewLC (const TDesC8 &) |
| Protected Member Functions | |
|---|---|
| void | ConstructL (const TDesC8 &, TInt &) |
| void | DoConstructL (const TDesC8 &, TInt &) |
| Private Attributes | |
|---|---|
| TCapabilitySet | iCapabilitySet |
| ~CX509CapabilitySetExt | ( | ) |
Destructor. Frees all resources owned by the object.
| IMPORT_C const TCapabilitySet & | CapabilitySet | ( | ) | const |
Gets a reference to the capability set.
| void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [protected, virtual] | |||
Second-phase constructor.
| void | DoConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [protected, virtual] | |||
Constructs the a TCapabilitySet from a DER encoded bit string.
| IMPORT_C CX509CapabilitySetExt * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509CapabilitySetExt object from the binary (DER) encoded representation of a sequence of integers.
| const TDesC8 & aBinaryData | The encoded binary representation. |
| IMPORT_C CX509CapabilitySetExt * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509CapabilitySetExt object from the binary (DER) encoded representation of a sequence of integers, and puts a pointer to it onto the cleanup stack.
| const TDesC8 & aBinaryData | The encoded binary representation. |
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.