Re: Info required on SAX implementation of XML Dgital Signature verification

2009-10-14 Thread Sean Mullan
: sean.mul...@sun.com [mailto:sean.mul...@sun.com] Sent: Tuesday, October 13, 2009 11:14 PM To: security-dev@xml.apache.org Subject: Re: Info required on SAX implementation of XML Dgital Signature verification The difference in memory usage should be noticeable in a streaming implementation

RE: Info required on SAX implementation of XML Dgital Signature verification

2009-10-14 Thread Pankaj.Kharbe
SAX implementation of XML Dgital Signature verification The difference in memory usage should be noticeable in a streaming implementation, especially when validating large signatures. Also, the amount of memory used should be fairly constant as the size of the data increases. --Sean Sean Mullan

Re: Info required on SAX implementation of XML Dgital Signature verification

2009-10-13 Thread Sean Mullan
The difference in memory usage should be noticeable in a streaming implementation, especially when validating large signatures. Also, the amount of memory used should be fairly constant as the size of the data increases. --Sean Sean Mullan wrote: It seems like the last time I worked on this,

Re: Info required on SAX implementation of XML Dgital Signature verification

2009-10-13 Thread Sean Mullan
It seems like the last time I worked on this, I didn't check in those new classes. Let me see if I can find an old workspace and I'll get back to you. --Sean pankaj.kha...@cognizant.com wrote: Hi all, We are trying to use the SAX implementation of the XML Digital Signature verification. The

Info required on SAX implementation of XML Dgital Signature verification

2009-10-12 Thread Pankaj.Kharbe
Hi all, We are trying to use the SAX implementation of the XML Digital Signature verification. The reason of choosing SAX over DOM is because we are having huge files(10-30MB) whose signature needs to be created and verified( Also it should be multithreaded). And in the DOM implementation we are