MSIPSecSecurityMechanismObserver Class Reference

class MSIPSecSecurityMechanismObserver
Public Member Functions
void CacheUpdated ( TBool , TBool )
void SAReady ( TBool )

Member Functions Documentation

CacheUpdated(TBool, TBool)

void CacheUpdated ( TBool aSuccess,
TBool aUseSecurityServerHeaders
) [pure virtual]

SIPSec plugin has completed the asynchronous processing of a SIP response that was initiated in MSIPSecSecurityMechanism::ResponseReceivedL .

Parameters

TBool aSuccess Tells if the response was successfully processed.
TBool aUseSecurityServerHeaders ETrue if SIPSec FW can use the Security-Server headers present in the SIP response. EFalse otherwise

SAReady(TBool)

void SAReady ( TBool aSuccess ) [pure virtual]

SIPSec plugin has completed the asynchronous processing of a SIP response that was initiated in MSIPSecSecurityMechanism::ParametersUpdatedL .

Parameters

TBool aSuccess Tells if the processing result is successful.