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