|
|
|
|
Location:
sipsecurityheaderbase.h
class CSIPSecurityHeaderBase : public CSIPParameterHeaderBase;
A base class for Security-Client, Security-Server and Security-Verify.
sipcodec.lib
CBase - Base class for all classes to be instantiated on the heap
CSIPHeaderBase - Class provides a generic interface for all the SIP headers
CSIPParameterHeaderBase - A base class for SIP headers that have structure "mandatory part"delimiter"parameters"
CSIPSecurityHeaderBase - A base class for Security-Client, Security-Server and Security-Verify
Defined in CSIPSecurityHeaderBase:
MechanismName(), PreferenceParam(), SetMechanismNameL(), SetPreferenceParamL(), ~CSIPSecurityHeaderBase()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPHeaderBase:
CloneL(),
ExternalizeL(),
ExternalizeSupported(),
Name(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
Inherited from CSIPParameterHeaderBase:
DeleteParam(),
HasParam(),
Param(),
ParamCount(),
ParamValue(),
SetParamL(),
ToTextValueL()
virtual IMPORT_C ~CSIPSecurityHeaderBase();
Destructor, deletes the resources of CSIPSecurityHeaderBase.
IMPORT_C TReal PreferenceParam() const;
Gets the value of "q"-parameter
|
IMPORT_C void SetPreferenceParamL(TReal aPreferenceValue);
Sets the "q"-parameter value
|
IMPORT_C const TDesC8 &MechanismName() const;
Gets the Mechanism-Name from the Security header
|
IMPORT_C void SetMechanismNameL(const TDesC8 &aMechanismName);
Sets the Mechanism-Name in the Security header
|