API published in: S60 3rd Ed
Link against: senservdesc.lib
Required Capabilities
NetworkServices ReadUserData WriteUserData
#include <sencredential.h>
Inherits CSenBaseFragment.
Public Member Functions |
|
virtual IMPORT_C | ~CSenCredential () |
Destructor. |
|
IMPORT_C const TDesC8 & | Id () |
Getter for the credential ID. |
|
IMPORT_C TTime & | ValidUntil () |
Getter for the credential expiration time. |
|
IMPORT_C void | SetValidUntil (TTime &aTime) |
Setter for the credential expiration time. |
|
Static Public Member Functions |
|
static IMPORT_C CSenCredential * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
Two-phase constructor. |
|
static IMPORT_C CSenCredential * | NewLC (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
Two-phase constructor. |
|
static IMPORT_C CSenCredential * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes, CSenElement &aParent) |
Constructor with a possibility to set a parent. |
|
static IMPORT_C CSenCredential * | NewLC (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes, CSenElement &aParent) |
Constructor with a possibility to set a parent. |
|
static IMPORT_C CSenCredential * | NewL (const CSenCredential &aCredential) |
Constructor which copies itself from another credential. |
|
static IMPORT_C CSenCredential * | NewLC (const CSenCredential &aCredential) |
Constructor which copies itself from another credential. |
|
Protected Member Functions |
|
virtual IMPORT_C void | StartElementL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
From CSenDomFragment Callback function which implement the XML content handler interface. |
|
Destructor. |
|
Getter for the credential ID.
|
|
Constructor which copies itself from another credential.
|
|
Constructor with a possibility to set a parent.
Reimplemented from CSenBaseFragment. |
|
Two-phase constructor.
Reimplemented from CSenBaseFragment. |
|
Constructor which copies itself from another credential.
|
|
Constructor with a possibility to set a parent.
|
|
Two-phase constructor.
|
|
Setter for the credential expiration time.
|
|
From CSenDomFragment Callback function which implement the XML content handler interface.
Reimplemented from CSenBaseFragment. |
|
Getter for the credential expiration time.
|