Re: Improve performance of XML Signing

2006-03-23 Thread Martin Labarthe Dubois
Yap, the best thing you can do there is have a "cache" of the used keys. - Original Message - From: "Arshad Noor" <[EMAIL PROTECTED]> To: Sent: Thursday, March 23, 2006 2:45 PM Subject: Re: Improve performance of XML Signing > It appears that opening th

Re: Improve performance of XML Signing

2006-03-23 Thread Arshad Noor
mlSig.addKeyInfo(cert); xmlSig.addKeyInfo(cert.getPublicKey()); //System.out.println("AFTER calling"); xmlSig.sign(privateKey); -----Original Message- From: Arshad Noor [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 5:34 PM To: security

RE: Improve performance of XML Signing

2006-03-23 Thread Murugan Selvaraj
w to improve the performance in this area. Thanks Murugan -Original Message- From: Arshad Noor [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 6:25 PM To: security-dev@xml.apache.org Subject: Re: Improve performance of XML Signing Murugan, Characterization requires that yo

Re: Improve performance of XML Signing

2006-03-22 Thread Jimmy Zhang
I also recommed that you look at vtd-XmL http://vtd-xml.sf.net... - Original Message - From: "Arshad Noor" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 22, 2006 4:34 PM Subject: Re: Improve performance of XML Signing Have you characterized the performance o

Re: Improve performance of XML Signing

2006-03-22 Thread Arshad Noor
tem.out.println("AFTER calling"); xmlSig.sign(privateKey); -Original Message- From: Arshad Noor [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 5:34 PM To: security-dev@xml.apache.org Subject: Re: Improve performance of XML Signing Have you charact

RE: Improve performance of XML Signing

2006-03-22 Thread Murugan Selvaraj
ddKeyInfo(cert); xmlSig.addKeyInfo(cert.getPublicKey()); //System.out.println("AFTER calling"); xmlSig.sign(privateKey); -Original Message- From: Arshad Noor [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 5:34 PM To: sec

Re: Improve performance of XML Signing

2006-03-22 Thread Arshad Noor
Have you characterized the performance of the end-to-end transaction to determine where your bottle-necks are? Without that you're shooting in the dark - i.e. you could spend a lot of time optimizing components of the process and still not a dent in the overall signing time. Arshad Noor StrongAu

Improve performance of XML Signing

2006-03-22 Thread Murugan Selvaraj
Hi All,   We are trying to improve the performance of the XML signing done using apache tool kit.Can any one help and guide me on improving the performance of the signing   Help would be appreciated!!!   Thanks Murugan