Re: XML Encryption w/ DigitalSignature

2003-11-07 Thread atul
apache xmlsec ! --- James Black <[EMAIL PROTECTED]> wrote: > fred smith wrote: > > > hi Pankaj. it seems verisign charges money for > their jar file. i was > > really looking for some example on how to do this > using free source > > code. so if anyone has an example of how to do a > HelloWo

Re: XML Encryption w/ DigitalSignature

2003-11-06 Thread Davanum Srinivas
James, would you like to join us in implementing whatever JCP 105/106 folks are working on? Also can you please try the xml encryption code current in WSS4J CVS (http://sourceforge.net/projects/wss4j/) and let us if it servs your purpose? -- dims --- James Black <[EMAIL PROTECTED]> wrote: >

Re: XML Encryption w/ DigitalSignature

2003-11-06 Thread Davanum Srinivas
> http://antispam.yahoo.com/whatsnewfree > > > > > ATTACHMENT part 2 message/rfc822 > Date: Thu, 6 Nov 2003 06:59:20 -0800 (PST) > From: fred smith > Subject: XML Encryption w/ DigitalSignature > To: [EMAIL PROTECTED] > > Hello. I have been fussing with

Re: XML Encryption w/ DigitalSignature

2003-11-06 Thread James Black
fred smith wrote: hi Pankaj. it seems verisign charges money for their jar file. i was really looking for some example on how to do this using free source code. so if anyone has an example of how to do a HelloWorld service that passes in String, encrypts is using XML encryption then returns

Re: XML Encryption w/ DigitalSignature

2003-11-06 Thread fred smith
hi Pankaj.  it seems verisign charges money for their jar file.  i was really looking for some example on how to do this using free source code.  so if anyone has an example of how to do a HelloWorld service that passes in String, encrypts is using XML encryption then returns the String digitally s

Re: XML Encryption w/ DigitalSignature

2003-11-06 Thread pankaj4oss
Check out http://www.j2ee-security.net/book/sample-chap/ and http://www.j2ee-security.net/book/dnldsrc/ The examples currently use VeriSign's TSIK but I will soon be porting them to use WSS4J. /Pankaj. > Hello. I have been fussing with this issue for some > time now and can't for the life of m

XML Encryption w/ DigitalSignature

2003-11-06 Thread fred smith
Hello. I have been fussing with this issue for some time now and can't for the life of me figure it out. I am trying to make a very simple HelloWorld service that takes in a String as a parameter, uses XML encryption on it and returns the String back digitally signed by the server. Does anyone h