Functions | |
AXIS2_EXTERN axis2_status_t | rampart_sig_confirm_signature (const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx, rampart_context_t *rampart_context, axiom_node_t *sec_node) |
AXIS2_EXTERN axis2_status_t | rampart_sig_sign_message (const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx, rampart_context_t *rampart_context, axiom_soap_envelope_t *soap_envelope, axiom_node_t *sec_node, axutil_array_list_t *sign_parts_list) |
AXIS2_EXTERN axis2_status_t rampart_sig_confirm_signature | ( | const axutil_env_t * | env, | |
axis2_msg_ctx_t * | msg_ctx, | |||
rampart_context_t * | rampart_context, | |||
axiom_node_t * | sec_node | |||
) |
Build the signature confirmation element in the security header
env | pointer to environment struct | |
msg_ctx | message context | |
rampart_context | The rampart context | |
sec_node | The security element |
AXIS2_EXTERN axis2_status_t rampart_sig_sign_message | ( | const axutil_env_t * | env, | |
axis2_msg_ctx_t * | msg_ctx, | |||
rampart_context_t * | rampart_context, | |||
axiom_soap_envelope_t * | soap_envelope, | |||
axiom_node_t * | sec_node, | |||
axutil_array_list_t * | sign_parts_list | |||
) |
Sign a message depending on the security policies
env | pointer to environment struct | |
msg_ctx | message context | |
rampart_context | The rampart context | |
soap_envelope | The SOAP envelope | |
sec_node | The security element |