Re: [java] XMLSignature ctor

2005-10-19 Thread John M. Hoyt
unsubscribe  

Re: [java] XMLSignature ctor

2005-10-18 Thread Sean Mullan
, October 14, 2005 5:43 PM To: [email protected] Subject: Re: [java] XMLSignature ctor I don't know for sure, but you should be able to figure out the problem by inserting some print statements or running your test case thru a debugger such as jdb or JSwat (you will have to rec

RE: [java] XMLSignature ctor

2005-10-18 Thread Milan Tomic
ssage- From: Sean Mullan [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 5:43 PM To: [email protected] Subject: Re: [java] XMLSignature ctor I don't know for sure, but you should be able to figure out the problem by inserting some print statements or running your test c

Re: [java] XMLSignature ctor

2005-10-14 Thread Sean Mullan
I'm attaching XML file I was using for testing purposes. Best regards, Milan -Original Message- From: Milan Tomic [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 11:49 AM To: [email protected] Subject: RE: [java] XMLSignature ctor Yes, the docSig par

RE: [java] XMLSignature ctor

2005-10-14 Thread Milan Tomic
[mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 11:49 AM To: [email protected] Subject: RE: [java] XMLSignature ctor > Yes, the docSig parameter should be the > SignatureMethod element and not > the Signature element. Thank you, Sean. The error message a little confused me.

RE: [java] XMLSignature ctor

2005-10-14 Thread Milan Tomic
> Yes, the docSig parameter should be the > SignatureMethod element and not > the Signature element. Thank you, Sean. The error message a little confused me. I did as you suggested and now I got this exception in XMLSignature ctor: org.apache.xml.security.signature.XMLSignatureException: The r

Re: [java] XMLSignature ctor

2005-10-12 Thread Sean Mullan
Hi Milan, Milan Tomic wrote: I'm using XMLSignature ctor like this: XMLSignature sig = new XMLSignature(doc, BaseURI, docSig, docCan); and got the following error: org.apache.xml.security.exceptions.XMLSecurityException: Cannot create a http://www.w3.org/2000/09/xmldsig#:Signat

[java] XMLSignature ctor

2005-10-12 Thread Milan Tomic
  I'm using XMLSignature ctor like this:   XMLSignature sig = new XMLSignature(doc, BaseURI, docSig, docCan);   and got the following error:   org.apache.xml.security.exceptions.XMLSecurityException: Cannot create a http://www.w3.org/2000/09/xmldsig#:Signature from a http://www.w3.or