Collaboration diagram for oSIP authentication-info header definition.:
Data Structures
Definition of the Authentication-Info header.
More...
Typedefs
Structure for Authentication-Info headers.
More...
Functions
Allocate a Authenication-Info element.
More...
Parse a Authenication-Info element.
More...
Get a string representation of a Authenication-Info element.
More...
Free a Authenication-Info element.
More...
Clone a Authenication-Info element.
More...
Get value of the auth_type parameter from a Authenication-Info element.
More...
Add the auth_type parameter from a Authenication-Info element.
More...
Get value of the nextnonce parameter from a Authenication-Info element.
More...
Add the nextnonce parameter from a Authenication-Info element.
More...
Get value of the cnonce parameter from a Authenication-Info element.
More...
Add the cnonce parameter from a Authenication-Info element.
More...
Get value of the qop_options parameter from a Authenication-Info element.
More...
Add the qop_options parameter from a Authenication-Info element.
More...
Get value of the rspauth parameter from a Authenication-Info element.
More...
Add the rspauth parameter from a Authenication-Info element.
More...
Get value of the nc parameter from a Authenication-Info element.
More...
Add the nc parameter from a Authenication-Info element.
More...
Get value of the snum parameter from a Authenication-Info element.
More...
Add the snum parameter from a Authenication-Info element.
More...
Get value of the srand parameter from a Authenication-Info element.
More...
Add the srand parameter from a Authenication-Info element.
More...
Get value of the targetname parameter from a Authenication-Info element.
More...
Add the targetname parameter from a Authenication-Info element.
More...
Get value of the realm parameter from a Authenication-Info element.
More...
Add the realm parameter from a Authenication-Info element.
More...
Get value of the opaque parameter from a Authenication-Info element.
More...
Add the opaque parameter from a Authenication-Info element.
More...
Detailed Description
Typedef Documentation
Function Documentation
#include <osip_authentication_info.h>
Clone a Authenication-Info element.
- Parameters
-
header The element to work on.
dest A pointer on the copy of the element.
#include <osip_authentication_info.h>
Get value of the auth_type parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the cnonce parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the nextnonce parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the nc parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the opaque parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the qop_options parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the realm parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the rspauth parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the snum parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the srand parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Get value of the targetname parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
#include <osip_authentication_info.h>
Parse a Authenication-Info element.
- Parameters
-
header The element to work on.
hvalue The string to parse.
#include <osip_authentication_info.h>
Add the auth_type parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the cnonce parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the nextnonce parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the nc parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the opaque parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the qop_options parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the realm parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the rspauth parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the snum parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the srand parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Add the targetname parameter from a Authenication-Info element.
- Parameters
-
header The element to work on.
value The value of the new parameter.
#include <osip_authentication_info.h>
Get a string representation of a Authenication-Info element.
- Parameters
-
header The element to work on.
dest A pointer on the new allocated string.