»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Security CERTMAN »
CWTLSStructuredText
Location:
wtlsnames.h
Link against: wtlscert.lib
Class CWTLSStructuredText
class CWTLSStructuredText : public CWTLSText;
Description
Derivation
CBase
- Base class for all classes to be instantiated on the heap
CWTLSStructuredText
- (No abstract)
Members
Defined in CWTLSStructuredText
:
Count()
, Country()
, DisplayNameL()
, FieldByIndex()
, FieldByName()
, NewL()
, NewL()
, NewLC()
, NewLC()
, Organization()
, ServiceName()
, ~CWTLSStructuredText()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CWTLSText
:
CharacterSet()
,
ExactMatchL()
,
Name()
,
iName
Construction and destruction
static IMPORT_C CWTLSStructuredText *NewL(const TDesC8 &aBinaryData);
Description
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation.
Parameters
const TDesC8 &aBinaryData |
The encoded binary representation.
|
|
Return value
static IMPORT_C CWTLSStructuredText *NewLC(const TDesC8 &aBinaryData);
Description
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
const TDesC8 &aBinaryData |
The encoded binary representation.
|
|
Return value
static IMPORT_C CWTLSStructuredText *NewL(const TDesC8 &aBinaryData, TInt &aPos);
Description
Creates a new CWTLSStructuredText object from the specified buffer containing the binary coded representation, starting at
the specified offset.
Parameters
const TDesC8 &aBinaryData |
The encoded binary representation.
|
TInt &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.
|
|
Return value
static IMPORT_C CWTLSStructuredText *NewLC(const TDesC8 &aBinaryData, TInt &aPos);
Description
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
const TDesC8 &aBinaryData |
The encoded binary representation.
|
TInt &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.
|
|
Return value
IMPORT_C ~CWTLSStructuredText();
Description
Destructor.
Frees all resources owned by the object, prior to its destruction.
IMPORT_C HBufC *DisplayNameL() const;
Description
Return value
IMPORT_C TPtrC ServiceName() const;
Description
Return value
IMPORT_C TPtrC Organization() const;
Description
Return value
IMPORT_C TPtrC Country() const;
Description
Return value
IMPORT_C TInt Count() const;
Description
Return value
IMPORT_C const TWTLSStructuredTextField *FieldByName(const TDesC &aType) const;
Description
Note
Parameters
Return value
IMPORT_C const TWTLSStructuredTextField &FieldByIndex(TInt aIndex) const;
Description
Parameters
Return value