TPbapAuthNotifierResponse Class Reference

class TPbapAuthNotifierResponse

Response data from the PBAP authentication notifier plugin

Constructor & Destructor Documentation

TPbapAuthNotifierResponse()

IMPORT_CTPbapAuthNotifierResponse()

Constructor. Sets iValidPassword to EFalse;

Member Functions Documentation

IsValidPassword()

IMPORT_C TBoolIsValidPassword()const

Returns ETrue if the password has been set.

Password()

IMPORT_C const TDesC &Password()const

Returns the password contained within these params.

ResetPassword()

IMPORT_C voidResetPassword()

Clears any password contained within these params.

SetPassword(const TDesC &)

IMPORT_C TBoolSetPassword(const TDesC &aPassword)

Sets the password to aPassword. If the length of aPassword is greater than the maximum length of iPassword then the password will not be set and EFalse will be returned.

Parameters

const TDesC & aPassword"The Authentication Password"

Member Data Documentation

TUint32 iPadding1

TUint32 iPadding1[private]

TUint32 iPadding2

TUint32 iPadding2[private]

TBuf< KPbapAuthPasswordLength > iPassword

TBuf< KPbapAuthPasswordLength >iPassword[private]

The password used to create the challenge response.

TBool iValidPassword

TBool iValidPassword[private]

ETrue if iPassword has been set, EFalse if not