10-22-2010 09:54 AM
Hello,
I have a quick question.
My app needs to communicate with a web service which uses HMAC-SHA1. Is there any API which would compute HMAC-SHA1 signatures for me?
Thanks
Solved! Go to Solution.
10-22-2010 12:19 PM
Go to the API documentation and click "net.rim.device.api.crypto", go down till you get to tutorials and choose #10. Digests and MACs. They demonstrate HMAC-SHA1 encoding.
10-22-2010 12:20 PM
thank you very much
03-09-2011 04:25 AM - edited 03-09-2011 04:26 AM
http://www.blackberry.com/developers/docs/6.0.0api
wondering if there a wrapper (portable lib) can be used too ?
03-09-2011 09:49 PM
I don't really understand your question. Can you explain it in more detail? Maybe it will be better to start a new post.