https://issues.apache.org/bugzilla/show_bug.cgi?id=45961
Summary: verify with own canonicalization method
Product: Security
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Signature
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I developed own canonicalization method and register it. Sign with my method
perform successful, but verify finished with error: Cannot find SignatureValue
in Signature. Constructor SignedInfo(Element, Strign) canonicalize
ds:SignedInfo by my method, reparse it into a new document and replace the
original not-canonicalized ds:SignedInfo. After replace, XMLSignature try get
ds:SignatureValue by method getNextSibling of element ds:SignedInfo. But it is
null!
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.