MSIPSecSecurityMechanismObserver Class Reference

class MSIPSecSecurityMechanismObserver
Public Member Functions
voidCacheUpdated(TBool, TBool)
voidSAReady(TBool)

Member Functions Documentation

CacheUpdated(TBool, TBool)

voidCacheUpdated(TBoolaSuccess,
TBoolaUseSecurityServerHeaders
)[pure virtual]

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

Parameters

TBool aSuccessTells if the response was successfully processed.
TBool aUseSecurityServerHeadersETrue if SIPSec FW can use the Security-Server headers present in the SIP response. EFalse otherwise

SAReady(TBool)

voidSAReady(TBoolaSuccess)[pure virtual]

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

Parameters

TBool aSuccessTells if the processing result is successful.