You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by "t. winkler" <t....@sdz-medien.de> on 2003/02/24 10:03:51 UTC

xml encryption and signature

Hello,

I'm writing my thesis on securing webservices with xml-security. Therefore I've programmed a simple webservice with Apache Axis, Web Services Developer's Kit and Tomcat as the webserver. I want to do signature and encryption on this webservice now, but I don't really find good code-examples, I'm relatively new in the JAVA environment and my time is running out. I'd be pleased if someone here could help me out with information and/or code-examples!

Thank you very much!

Regards,
Tobias Winkler



Re: xml encryption and signature

Posted by Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de>.
--On Montag, 24. Februar 2003 10:03 +0100 "t. winkler" 
<t....@sdz-medien.de> wrote:

> I'm writing my thesis on securing webservices with xml-security.
> Therefore I've programmed a simple webservice with Apache Axis, Web
> Services Developer's Kit and Tomcat as the webserver. I want to do
> signature and encryption on this webservice now, but I don't really find
> good code-examples, I'm relatively new in the JAVA environment and my
> time is running out. I'd be pleased if someone here could help me out
> with information and/or code-examples!

Hi Tobias,

For encryption (Axl's implementation), there are not yet examples. For 
signature, there's a large amount of examples in the src_samples [1] 
directory. An example for the liason to Axis can be found in the Axis 
samples directory [2].

To me, it is a little bit unclrear what exactly you understand under 
"securing webservices". For instance, there is the OASIS WSS WG [3].

Christian

[1] 
<http://cvs.apache.org/viewcvs.cgi/xml-security/src_samples/org/apache/xml/
security/samples/>
[2] <http://cvs.apache.org/viewcvs.cgi/xml-axis/java/samples/security/>
[3] <http://www.oasis-open.org/committees/wss/>
    <http://www.verisign.com/wss/wss.pdf>