Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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

XML digital signature

 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I came to know that with the help of http://www.alphaworks.ibm.com/tech/xmlsecuritysuite and the tutorial link http://java.sun.com/docs/books/tutorial/security1.2/apisign/index.html we can create a digital certificate using keytool,send and get it authorized by verisign or thawte,sign an xml document and later verify it with the public key of the signed xml document.
BUT what i like to know is there any product available now to do this whole operation instead of the writing the new javacode again..?
1.to create digital signature.
2.get that signature authorized by thawte.
3.sign the xml document with that signature.
4.verify the signed xml document with public key.
waiting for your reply.
Regards
Balaji.
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
  • XML encryption discussion list archives
  • XML syntax and processing spec( candidate recommendation )
  • XML Encryptor demonstrates cyphering XML documents with a standard encryption algorithm. This does not use digital certificates though.
  • Go to W3C page on XML-DSig working group and scroll down to section "Publicly Available Code, Tool Kits & SDKs". Many of the listed vendors offer offer free/trial downloads. They are all W3C compliant.

  • Good luck,
     
    Balaji Loganathan
    author and deputy
    Posts: 3150
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks a lot for ur reply.
    Its helped me a lot than searching in google.com
    Regards
    Balaji

    [*]Go to [URL=http://www.w3.org/Signature/]W3C
     
    reply
      Bookmark Topic Watch Topic
    • New Topic