#include <wtlsnames.h>
Link against: wtlscert.lib
| class CWTLSStructuredText : public CWTLSText |
| Public Member Functions | |
|---|---|
| ~CWTLSStructuredText() | |
| IMPORT_C TInt | Count() |
| IMPORT_C TPtrC | Country() |
| IMPORT_C HBufC * | DisplayNameL() |
| IMPORT_C const TWTLSStructuredTextField & | FieldByIndex(TInt) |
| IMPORT_C const TWTLSStructuredTextField * | FieldByName(const TDesC &) |
| IMPORT_C CWTLSStructuredText * | NewL(const TDesC8 &) |
| IMPORT_C CWTLSStructuredText * | NewL(const TDesC8 &, TInt &) |
| IMPORT_C CWTLSStructuredText * | NewLC(const TDesC8 &) |
| IMPORT_C CWTLSStructuredText * | NewLC(const TDesC8 &, TInt &) |
| IMPORT_C TPtrC | Organization() |
| IMPORT_C TPtrC | ServiceName() |
| Inherited Attributes | |
|---|---|
| CWTLSText::iName | |
| IMPORT_C | ~CWTLSStructuredText | ( | ) |
Destructor.
Frees all resources owned by the object, prior to its destruction.
| IMPORT_C const TWTLSStructuredTextField * | FieldByName | ( | const TDesC & | aType | ) | const |
Note
| IMPORT_C CWTLSStructuredText * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CWTLSText::NewL(const TDesC8 &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| IMPORT_C CWTLSStructuredText * | NewL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
Reimplemented from CWTLSText::NewL(const TDesC8 &,TInt &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation, starting at the specified offset.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| aPos | The offset position from which to start decoding. It specifies an offset into the descriptor, and is updated to the position at the end of the object. |
| IMPORT_C CWTLSStructuredText * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CWTLSText::NewLC(const TDesC8 &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| IMPORT_C CWTLSStructuredText * | NewLC | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
Reimplemented from CWTLSText::NewLC(const TDesC8 &,TInt &)
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| aPos | The offset position from which to start decoding. It specifies an offset into the descriptor, and is updated to the position at the end of the object. |