Results 1 to 2 of 2

Thread: SecurementSignatureAlgorithm HMAC-SHA1

  1. #1
    Join Date
    Apr 2008
    Posts
    3

    Default 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

  2. #2

    Default

    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
    Tareq Abedrabbo

    My Twitter
    My Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •