#include <axis2_defines.h>
#include <oxs_constants.h>
#include <openssl_cipher_property.h>
#include <axis2_env.h>
Go to the source code of this file.
Functions | |
AXIS2_EXTERN openssl_cipher_property_t * | oxs_get_cipher_property_for_url (const axis2_env_t *env, axis2_char_t *url) |
AXIS2_EXTERN axis2_char_t * | oxs_get_cipher_name_for_url (const axis2_env_t *env, axis2_char_t *url) |
the name as a string | |
Get the cipher url for the given name pointer to environment struct
| |
AXIS2_EXTERN axis2_char_t * | oxs_get_cipher_url_for_name (const axis2_env_t *env, axis2_char_t *name) |
AXIS2_EXTERN axis2_char_t* oxs_get_cipher_name_for_url | ( | const axis2_env_t * | env, | |
axis2_char_t * | url | |||
) |
Get the cipher name for the given url pointer to environment struct the url as a string
AXIS2_EXTERN openssl_cipher_property_t* oxs_get_cipher_property_for_url | ( | const axis2_env_t * | env, | |
axis2_char_t * | url | |||
) |
Get the cipher property for the given url pointer to environment struct the url as a string