From: Dannes W. <da...@ex...> - 2010-08-12 09:15:14
|
On 12 Aug 2010, at 10:09 , Chris Wallace wrote: > but the core algorithm for the HMAC-SHA1 Signing algorithm is a local perl script. We have util:hash/SHA-1 function (although the documentation doesn't list the available hash algorithms yet) so the only bit missing is the HMAC part. the util-hash function is a thin wrapper around the Java classes. If java has it available, it will be available in the function. The reason why the list of algorithms is not includes is.... each JVM is free to provide more/less algoritms. It is a local JVM thing, it gives potential issues if we are more precise. Maybe we can ask the JVM for a list these days Kind regards Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |