https://issues.apache.org/bugzilla/show_bug.cgi?id=45961


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #4 from [EMAIL PROTECTED]  2008-10-10 06:07:22 PST ---
This is not a bug. You are invoking the XMLSignature(Element, String)
constructor with a Signature element that is not complete. This constructor
should be invoked when you are validating an XML Signature that has been parsed
from a Document. You need to first generate an XML Signature using your
CanonicalizationMethod, but before you do that you must register your
CanonicalizationMethod impl. with the register method so that the XMLSec
library is aware of it. You may want to look at some of the XML Signature
samples to see how to generate XML Signatures.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to