Re: [Java] XML Signature on external files

2004-02-29 Thread Berin Lautenbach
Johan, I had a long think about this one. I can't think of a better way to achieve what you are trying to do, other than potentially using a manifest embedded in the body of your document. However a manifest is hashed and checked during signature verification, so if the file name changed, you

[Java] XML Signature on external files

2004-02-27 Thread Johan Vanbockryck (jvanbock)
Hi, I'm trying to sign an XML file that requires external files (attachments) to be signed together with parts of the XML document itself. These attachment files - which can be of any type (plain text, binary, ...) are referenced from within the document by including them in the 'href' attribute o