-
Apr 22nd, 2008, 12:54 PM
#1
SecurementSignatureAlgorithm HMAC-SHA1
Hi,
We want to work with HMAC-SHA1 in out web service.
I prefer to work with Spring-WS, but i saw in the API docs
the line:
"Defines which signature algorithm to use. Currently this parameter is ignored - SHA1RSA is the only supported algorithm, will be enhanced soon."
in the Wss4jSecurityInterceptor.
Does anybody knows how soon 'soon' is? Is there another way
to implement HMAC-SHA1 in Spring-WS?
Thanks,
Jeroen
-
Apr 22nd, 2008, 05:40 PM
#2
Spring-WS doesn't implement WS-Security directly but rather integrates with 2 open source implementations: Sun's XWSS and Apache's WSS4J.
It means that the availability of a specific feature depends on the underlying framework.
I suggest that you check out the other alternative (if not already done), XwsSecurityInterceptor; you might find what you're looking for.
Some links to help you get started:
http://static.springframework.org/sp...ty-interceptor
http://java.sun.com/webservices/docs....html#wp564887
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules