libosip  5.3.0
Classes | Typedefs | Functions
oSIP authorization header definition.

Classes

struct  osip_authorization
 

Typedefs

typedef struct osip_authorization osip_authorization_t
 

Functions

int osip_authorization_init (osip_authorization_t **header)
 
int osip_authorization_parse (osip_authorization_t *header, const char *hvalue)
 
int osip_authorization_to_str (const osip_authorization_t *header, char **dest)
 
void osip_authorization_free (osip_authorization_t *header)
 
int osip_authorization_clone (const osip_authorization_t *header, osip_authorization_t **dest)
 
char * osip_authorization_get_auth_type (const osip_authorization_t *header)
 
void osip_authorization_set_auth_type (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_username (osip_authorization_t *header)
 
void osip_authorization_set_username (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_realm (osip_authorization_t *header)
 
void osip_authorization_set_realm (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_nonce (osip_authorization_t *header)
 
void osip_authorization_set_nonce (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_uri (osip_authorization_t *header)
 
void osip_authorization_set_uri (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_response (osip_authorization_t *header)
 
void osip_authorization_set_response (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_digest (osip_authorization_t *header)
 
void osip_authorization_set_digest (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_algorithm (osip_authorization_t *header)
 
void osip_authorization_set_algorithm (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_cnonce (osip_authorization_t *header)
 
void osip_authorization_set_cnonce (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_opaque (osip_authorization_t *header)
 
void osip_authorization_set_opaque (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_message_qop (osip_authorization_t *header)
 
void osip_authorization_set_message_qop (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_nonce_count (osip_authorization_t *header)
 
void osip_authorization_set_nonce_count (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_version (osip_authorization_t *header)
 
void osip_authorization_set_version (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_targetname (osip_authorization_t *header)
 
void osip_authorization_set_targetname (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_gssapi_data (osip_authorization_t *header)
 
void osip_authorization_set_gssapi_data (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_crand (osip_authorization_t *header)
 
void osip_authorization_set_crand (osip_authorization_t *header, char *value)
 
char * osip_authorization_get_cnum (osip_authorization_t *header)
 
void osip_authorization_set_cnum (osip_authorization_t *header, char *value)
 

Detailed Description

Typedef Documentation

◆ osip_authorization_t

Structure for Authorization headers.

Function Documentation

◆ osip_authorization_clone()

int osip_authorization_clone ( const osip_authorization_t header,
osip_authorization_t **  dest 
)

◆ osip_authorization_free()

void osip_authorization_free ( osip_authorization_t header)

◆ osip_authorization_get_algorithm()

char* osip_authorization_get_algorithm ( osip_authorization_t header)

Get value of the algorithm parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::algorithm.

◆ osip_authorization_get_auth_type()

char* osip_authorization_get_auth_type ( const osip_authorization_t header)

Get value of the auth_type parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::auth_type.

◆ osip_authorization_get_cnonce()

char* osip_authorization_get_cnonce ( osip_authorization_t header)

Get value of the cnonce parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::cnonce.

◆ osip_authorization_get_cnum()

char* osip_authorization_get_cnum ( osip_authorization_t header)

Get value of the cnum parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::cnum.

◆ osip_authorization_get_crand()

char* osip_authorization_get_crand ( osip_authorization_t header)

Get value of the crand parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::crand.

◆ osip_authorization_get_digest()

char* osip_authorization_get_digest ( osip_authorization_t header)

Get value of the digest parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::digest.

◆ osip_authorization_get_gssapi_data()

char* osip_authorization_get_gssapi_data ( osip_authorization_t header)

Get value of the gssapi_data parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::gssapi_data.

◆ osip_authorization_get_message_qop()

char* osip_authorization_get_message_qop ( osip_authorization_t header)

Get value of the message_qop parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::message_qop.

◆ osip_authorization_get_nonce()

char* osip_authorization_get_nonce ( osip_authorization_t header)

Get value of the nonce parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::nonce.

◆ osip_authorization_get_nonce_count()

char* osip_authorization_get_nonce_count ( osip_authorization_t header)

Get value of the nonce_count parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::nonce_count.

◆ osip_authorization_get_opaque()

char* osip_authorization_get_opaque ( osip_authorization_t header)

Get value of the opaque parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::opaque.

◆ osip_authorization_get_realm()

char* osip_authorization_get_realm ( osip_authorization_t header)

Get value of the realm parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::realm.

◆ osip_authorization_get_response()

char* osip_authorization_get_response ( osip_authorization_t header)

Get value of the response parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::response.

◆ osip_authorization_get_targetname()

char* osip_authorization_get_targetname ( osip_authorization_t header)

Get value of the targetname parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::targetname.

◆ osip_authorization_get_uri()

char* osip_authorization_get_uri ( osip_authorization_t header)

Get value of the uri parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::uri.

◆ osip_authorization_get_username()

char* osip_authorization_get_username ( osip_authorization_t header)

Get value of the username parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::username.

◆ osip_authorization_get_version()

char* osip_authorization_get_version ( osip_authorization_t header)

Get value of the version parameter from a Authorization element.

Parameters
headerThe element to work on.

References osip_authorization::version.

◆ osip_authorization_init()

int osip_authorization_init ( osip_authorization_t **  header)

Allocate a Authorization element.

Parameters
headerThe element to work on.

Referenced by osip_authorization_clone(), and osip_message_set_authorization().

◆ osip_authorization_parse()

int osip_authorization_parse ( osip_authorization_t header,
const char *  hvalue 
)

◆ osip_authorization_set_algorithm()

void osip_authorization_set_algorithm ( osip_authorization_t header,
char *  value 
)

Add the algorithm parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::algorithm.

◆ osip_authorization_set_auth_type()

void osip_authorization_set_auth_type ( osip_authorization_t header,
char *  value 
)

Add the auth_type parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::auth_type.

◆ osip_authorization_set_cnonce()

void osip_authorization_set_cnonce ( osip_authorization_t header,
char *  value 
)

Add the cnonce parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::cnonce.

◆ osip_authorization_set_cnum()

void osip_authorization_set_cnum ( osip_authorization_t header,
char *  value 
)

Add the gssapi_data parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::cnum.

◆ osip_authorization_set_crand()

void osip_authorization_set_crand ( osip_authorization_t header,
char *  value 
)

Add the crand parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::crand.

◆ osip_authorization_set_digest()

void osip_authorization_set_digest ( osip_authorization_t header,
char *  value 
)

Add the digest parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::digest.

◆ osip_authorization_set_gssapi_data()

void osip_authorization_set_gssapi_data ( osip_authorization_t header,
char *  value 
)

Add the gssapi_data parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::gssapi_data.

◆ osip_authorization_set_message_qop()

void osip_authorization_set_message_qop ( osip_authorization_t header,
char *  value 
)

Add the message_qop parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::message_qop.

◆ osip_authorization_set_nonce()

void osip_authorization_set_nonce ( osip_authorization_t header,
char *  value 
)

Add the nonce parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::nonce.

◆ osip_authorization_set_nonce_count()

void osip_authorization_set_nonce_count ( osip_authorization_t header,
char *  value 
)

Add the nonce_count parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::nonce_count.

◆ osip_authorization_set_opaque()

void osip_authorization_set_opaque ( osip_authorization_t header,
char *  value 
)

Add the opaque parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::opaque.

◆ osip_authorization_set_realm()

void osip_authorization_set_realm ( osip_authorization_t header,
char *  value 
)

Add the realm parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::realm.

◆ osip_authorization_set_response()

void osip_authorization_set_response ( osip_authorization_t header,
char *  value 
)

Add the response parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::response.

◆ osip_authorization_set_targetname()

void osip_authorization_set_targetname ( osip_authorization_t header,
char *  value 
)

Add the targetname parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::targetname.

◆ osip_authorization_set_uri()

void osip_authorization_set_uri ( osip_authorization_t header,
char *  value 
)

Add the uri parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::uri.

◆ osip_authorization_set_username()

void osip_authorization_set_username ( osip_authorization_t header,
char *  value 
)

Add the username parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::username.

◆ osip_authorization_set_version()

void osip_authorization_set_version ( osip_authorization_t header,
char *  value 
)

Add the version parameter from a Authorization element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

References osip_authorization::version.

◆ osip_authorization_to_str()

int osip_authorization_to_str ( const osip_authorization_t header,
char **  dest 
)