|
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.
|