Link against: SenServDesc.LIB
NetworkServices ReadUserData WriteUserData
#include <SenCredential2.h>
Inherits CSenFragmentBase.
Public Member Functions |
|
virtual IMPORT_C | ~CSenCredential2 () |
Destructor. |
|
virtual IMPORT_C const TDesC8 & | Id () |
Getter for the credential ID. |
|
virtual IMPORT_C TTime & | ValidUntil () |
Getter for the credential expiration time. |
|
virtual IMPORT_C void | SetValidUntil (TTime &aTime) |
Setter for the credential expiration time. |
|
Static Public Member Functions |
|
static CSenCredential2 * | NewL () |
Basic constructor. |
|
static CSenCredential2 * | NewLC () |
Basic constructor. |
|
static CSenCredential2 * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
Basic constructor. |
|
static CSenCredential2 * | NewLC (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
Basic constructor. |
|
static CSenCredential2 * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes, TXmlEngElement &aParent) |
Basic constructor. |
|
static CSenCredential2 * | NewLC (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes, TXmlEngElement &aParent) |
Basic constructor. |
|
static CSenCredential2 * | NewL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttrs, TXmlEngElement &aParent, RSenDocument &aOwnerDocument) |
Basic constructor. |
|
static CSenCredential2 * | NewLC (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttrs, TXmlEngElement &aParent, RSenDocument &aOwnerDocument) |
Basic constructor. |
|
static IMPORT_C CSenCredential2 * | NewL (const CSenCredential2 &aCredential) |
Constructor which copies itself from another credential. |
|
static IMPORT_C CSenCredential2 * | NewLC (const CSenCredential2 &aCredential) |
Constructor which copies itself from another credential. |
|
Protected Member Functions |
|
IMPORT_C | CSenCredential2 () |
C++ default constructor. |
|
virtual IMPORT_C void | OnStartElementL (const RTagInfo &aElement, const RAttributeArray &aAttributes, TInt aErrorCode) |
Callback function implementing the XML content handler interface. |
|
IMPORT_C void | BaseConstructL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes) |
IMPORT_C void | BaseConstructL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes, TXmlEngElement &aParent) |
IMPORT_C void | BaseConstructL (const TDesC8 &aNsUri, const TDesC8 &aLocalName, const TDesC8 &aQName, const RAttributeArray &aAttributes, TXmlEngElement &aParent, RSenDocument &aOwnerDocument) |
By default Symbian 2nd phase constructor is private. |
|
IMPORT_C void | BaseConstructL (CSenCredential2 &aCredential) |
By default Symbian 2nd phase constructor is private. |
|
Destructor. |
|
C++ default constructor. |
|
By default Symbian 2nd phase constructor is private.
|
|
By default Symbian 2nd phase constructor is private.
Reimplemented from CSenFragmentBase. |
|
Reimplemented from CSenFragmentBase. |
|
Reimplemented from CSenFragmentBase. |
|
Getter for the credential ID.
|
|
Constructor which copies itself from another credential.
|
|
Basic constructor.
Reimplemented from CSenFragmentBase. |
|
Basic constructor.
Reimplemented from CSenFragmentBase. |
|
Basic constructor.
Reimplemented from CSenFragmentBase. |
|
Basic constructor.
|
|
Constructor which copies itself from another credential.
|
|
Basic constructor.
|
|
Basic constructor.
|
|
Basic constructor.
|
|
Basic constructor.
|
|
Callback function implementing the XML content handler interface. Inheriting classes can override these.
Reimplemented from CSenFragmentBase. |
|
Setter for the credential expiration time.
|
|
Getter for the credential expiration time.
|