You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2008/07/10 16:00:32 UTC

[jira] Updated: (WSS-135) Fix for minor checkstyle issues

     [ https://issues.apache.org/jira/browse/WSS-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated WSS-135:
------------------------------------

    Attachment: wss4j_135.patch

> Fix for minor checkstyle issues
> -------------------------------
>
>                 Key: WSS-135
>                 URL: https://issues.apache.org/jira/browse/WSS-135
>             Project: WSS4J
>          Issue Type: Improvement
>          Components: WSS4J Core
>    Affects Versions: 1.5.4
>            Reporter: Colm O hEigeartaigh
>            Assignee: Ruchith Udayanga Fernando
>            Priority: Minor
>             Fix For: 1.5.5
>
>         Attachments: wss4j_135.patch
>
>
> The attached patch is a start on fixing the checkstyle issues with WSS4J. This patch fixes the following problems:
>  - Unused imports are removed
>  - Variables that aren't read are removed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


Re: help on example public/private key encryption

Posted by Robert Wierschke <wi...@googlemail.com>.
Hi,

search the mailing list archive for "How to sign/encrypt a SOAP message? /
Where is the documentation?" and
look at the test cases here
http://svn.apache.org/viewvc/webservices/wss4j/trunk/test/wssec/.

There is no documentation available!

Also public/private key encryption seems to be unusual for web service
security. The approach is to encrypt the parts of the SOAP message with a
symmetric encryption algorithm and than encrypt the symmetric key using
public/private key pair as described in:


   -
   http://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf
   - http://www.w3.org/TR/xmlenc-core/


regards
robert

2008/7/11 Jack Kanimea <ka...@student.otago.ac.nz>:

> Hi,
>   Was wondering if anyone may have a example of using public/private key
> encryption using wss4j.
>
> regards,
> Jack
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: wss4j-dev-help@ws.apache.org
>
>

help on example public/private key encryption

Posted by Jack Kanimea <ka...@student.otago.ac.nz>.
Hi,
   Was wondering if anyone may have a example of using public/private key
encryption using wss4j.

regards,
Jack

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org