unsubscribe
, 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
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
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
[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.
> 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
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
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