| class CX509IntListExt : public CX509ExtensionBase |
A Symbian specific X.509 v3 certificate extension that contains an arbitrary list of 32 bit integers.
| Public Member Functions | |
|---|---|
| ~CX509IntListExt () | |
| IMPORT_C const RArray < TInt > & | IntArray () |
| IMPORT_C CX509IntListExt * | NewL (const TDesC8 &) |
| IMPORT_C CX509IntListExt * | NewLC (const TDesC8 &) |
| Protected Member Functions | |
|---|---|
| void | ConstructL (const TDesC8 &, TInt &) |
| void | DoConstructL (const TDesC8 &, TInt &) |
| Private Attributes | |
|---|---|
| RArray < TInt > | iIntArray |
| void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [protected, virtual] | |||
Second-phase constructor.
| void | DoConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [protected, virtual] | |||
Decodes the binary representation of a sequence of integers.
| IMPORT_C const RArray < TInt > & | IntArray | ( | ) | const |
Gets a reference to the array of decoded integers. Ownership is not transferred.
| IMPORT_C CX509IntListExt * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509IntListExt object from the binary (DER) encoded representation of a sequence of integers.
| const TDesC8 & aBinaryData | The encoded binary representation. |
| IMPORT_C CX509IntListExt * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509IntListExt 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.