• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

digital certificates and xml signatures

 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Are there any books, tutorials, links that explain how to create and implement digital certifcates and soap xml signatures using freely available tools like Apache AXIS, Sun's keygen etc. I dont want to implement the same using Vendor specific tools like IBM WSAD, WebSphere, Weblogic etc. Please suggest ...
 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
see http://www.w3c.org/TR/SOAP-dsig/
see http://www.w3c.org/TR/xmldsig-core/
see http://webservices.xml.com
see http://xml.apache.org/security
[ December 22, 2004: Message edited by: James Clinton ]
 
Rr Kumaran
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
James-

The links are not helpful since they talk about the specifications and theory but not hands on implementation on what actually I am looking for . Can you please answer to my specific question in my original post.
 
James Clinton
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You breaking new ground with this one. I've have had some experience with this but only through a course from www.learningtree.com -Building XML Web Services with Java.

Aside from this course, because this area is so new there isn't much around apart from the IBM's implementation detailed in a tutorial from the webservices.xml url I posted.

If your boss wont send you on this 4 day course then I can only suggest going to the apache site, download the WSS4J (Web Services Security for Java) module and browser through the API.
[ December 22, 2004: Message edited by: James Clinton ]
 
I claim this furniture in the name of The Ottoman Empire! You can keep this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic