Results 1 to 4 of 4

Thread: Spring web service: any encryption/decryption algorithm used?

  1. #1

    Default Spring web service: any encryption/decryption algorithm used?

    Hi,

    I have read the document about the "spring web service". one thing i am quite confused is:
    why does the spring web service not mention any thing related to
    the algorithm of encryption/decryption? and also, any algorithm apply to
    the digital signature of message?

    I can not find any information related to this?

    Thanks in advance.
    jy

  2. #2

    Default

    This is implementation question and it is handled by xwss that is used by SWS.
    You could choose any algorithm supported by xwss and provide a configuration
    for this in security policy file.

    Also take a look at http://java.sun.com/webservices/docs...nt-values.html

  3. #3

    Wink

    Quote Originally Posted by exgorth View Post
    This is implementation question and it is handled by xwss that is used by SWS.
    You could choose any algorithm supported by xwss and provide a configuration
    for this in security policy file.

    Also take a look at http://java.sun.com/webservices/docs...nt-values.html
    Hi,
    Thanks alot.
    Do you mean what I need to do just specify in the policy file? no need to config specify in Spring configuration file?

    Hope get your reply soon. Thanks
    jy

  4. #4

    Default

    You need to provide policy file required by xwss.

    For examples take a look at spring-ws-1.0.1\modules\security\src\test\resources\org\spri ngframework\ws\soap\security\xwss\

    Those are simple and if you need something more, referer to the xwss site or jwsdp xws-security samples.

Posting Permissions

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