On 5/18/15, 11:58 AM, "tobias" <[email protected]> wrote:
>Out customers delivers a xml file where always the root element is the >part >which is being signed by default. Don`t know how to handle a signed xml >file >without an id as maker. If you mean you want to sign the whole document, that requires a Reference URI of "" (literally the empty string). This is all covered by the standard, which you need to read if you use the library. XML Signature is not something you can just let the library take care of for you, there are too many application-layer issues involved to do anything safely with the spec. -- Scott
