Re: AxisSigner.java Sample doesn't work

2006-08-30 Thread Raul Benito
http://issues.apache.org/bugzilla/buglist.cgi?product=Security You are right regarding the web page. It needs some loving, any takers?. Regards, Raul On 8/29/06, Jean-Luc Cooke <[EMAIL PROTECTED]> wrote: Sure thing. I can find no bugzilla on the http://xml.apache.org/security site. Using th

DO NOT REPLY [Bug 40343] - sun.security.pkcs11.P11Key$P11PrivateKey not accepted

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Keystore exception when signing document.

2006-08-30 Thread Ed Sweet
Hi Arshad,Thanks for the reply. How does the code you supplied differ from the PKCS12Import tool [1] found in the Jetty distribution? I'm using PKCS12Import to convert my .p12 file to .jks. Ed.[1] http://mortbay.org/apidocs/org/mortbay/jetty/security/PKCS12Import.htmlOn 30/08/06, Arshad Noor <[EM

Re: AxisSigner.java Sample doesn't work

2006-08-30 Thread Jean-Luc Cooke
I'd offer, but let me get the Samples working first. ;) JLC On Wed, Aug 30, 2006 at 11:29:22AM +0200, Raul Benito wrote: > http://issues.apache.org/bugzilla/buglist.cgi?product=Security > > You are right regarding the web page. It needs some loving, any takers?. > > Regards, > > Raul > > On

DO NOT REPLY [Bug 40360] New: - AxisSigner.java doesn't work out of the box

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Keystore exception when signing document.

2006-08-30 Thread Arshad Noor
It doesn't Ed. I was under the impression that you could not import your key into the JKS keystore because keytool does not provide that feature, yet. But I think I've figured out your problem. It most likely has to do with the fact that your key uses the RSA algorithm, but the sample code that

No installed provider supports this key: sun.security.rsa.RSAPrivateCrtKeyImpl

2006-08-30 Thread Jean-Luc Cooke
Looking around the internet, I see that this message usually means I don't have the latest JCE. However, even after I update it with the one from Sun's site (1.5, matching my jvm) the problem does not go away. Any hints you can give me? I'll promise to update some of the web pages. :) Cheers,

Re: No installed provider supports this key: sun.security.rsa.RSAPrivateCrtKeyImpl

2006-08-30 Thread Jean-Luc Cooke
Oops, Had to replace the: new XMLSignature(doc, BaseURI, XMLSignature.ALGO_ID_SIGNATURE_DSA); for new XMLSignature(doc, BaseURI, XMLSignature.ALGO_ID_SIGNATURE_RSA); Guess I'll fix those webpages now. I'll get on it and post a download link to this list once I'm done some modest changes. JLC O

DO NOT REPLY [Bug 40343] - sun.security.pkcs11.P11Key$P11PrivateKey not accepted

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Keystore exception when signing document.

2006-08-30 Thread Ed Sweet
Hi Arshad,Many thanks for taking the time to look into this for me - changing the DSA to RSA field works perfectly for me.Cheers, and all the best.Ed.On 30/08/06, Arshad Noor <[EMAIL PROTECTED]> wrote: It doesn't Ed.  I was under the impression that you could not importyour key into the JKS keysto

Re: AxisSigner.java Sample doesn't work

2006-08-30 Thread jkaza
Hello. There is no problem when the 'xmlsec-1.2.1.jar' is used. There is a possibility of the bug since the 'xmlsec-1.2.96.jar'. The same problem occurs even when the latest 'xmlsec-1.4.Beta2.jar' is used. Jean-Luc Cooke certainkey.com> writes: > I'd offer, but let me get the Samples working f