Rhonabwy
Create, modify, parse or export Json Web Keys as defined in the RFC 7517
|
Functions | |
int | r_global_init () |
void | r_global_close () |
int | _r_json_set_str_value (json_t *j_json, const char *key, const char *str_value) |
int | _r_json_set_int_value (json_t *j_json, const char *key, int i_value) |
int | _r_json_set_json_t_value (json_t *j_json, const char *key, json_t *j_value) |
const char * | _r_json_get_str_value (json_t *j_json, const char *key) |
int | _r_json_get_int_value (json_t *j_json, const char *key) |
json_t * | _r_json_get_json_t_value (json_t *j_json, const char *key) |
json_t * | _r_json_get_full_json_t (json_t *j_json) |
jwa_alg | r_str_to_jwa_alg (const char *alg) |
const char * | r_jwa_alg_to_str (jwa_alg alg) |
jwa_enc | r_str_to_jwa_enc (const char *enc) |
const char * | r_jwa_enc_to_str (jwa_enc enc) |
json_t * | r_library_info_json_t () |
char * | r_library_info_json_str () |
void | r_free (void *data) |
int _r_json_set_str_value | ( | json_t * | j_json, |
const char * | key, | ||
const char * | str_value | ||
) |
int _r_json_set_int_value | ( | json_t * | j_json, |
const char * | key, | ||
int | i_value | ||
) |
int _r_json_set_json_t_value | ( | json_t * | j_json, |
const char * | key, | ||
json_t * | j_value | ||
) |
const char* _r_json_get_str_value | ( | json_t * | j_json, |
const char * | key | ||
) |
int _r_json_get_int_value | ( | json_t * | j_json, |
const char * | key | ||
) |
json_t* _r_json_get_json_t_value | ( | json_t * | j_json, |
const char * | key | ||
) |
json_t* _r_json_get_full_json_t | ( | json_t * | j_json | ) |