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


Anton Kosyakov <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW




--- Comment #6 from Anton Kosyakov <[EMAIL PROTECTED]>  2008-10-12 22:42:02 PST 
---
(In reply to comment #4)
> 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.
> 

Ok. Now I’m invoking the XMLSignature(Element, String) constructor with a
Signature element that is complete. And again I'm getting a exception with a
error message “Cannot find SignatureValue in Signature”. See attachment.


-- 
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