I'm posting data to REST URI, in the form of xml snippet with header and body. The body is encrypted, and then the header includes a digital signature (which is the encypted body hashed with SHA1 and then encrypted. My question is, how do I create the signature. What is the method used to encrypt - I have been told to use the same shared key as used for the Rinjdael encrypted body.
Thanks