XADES4J - How to change <ds:Object Id=“xmldsig-1ddcf1ab-7648-4039-b166-69e14da39982-object0”…> to something other id

StackOverflow https://stackoverflow.com/questions/12400560

  •  01-07-2021
  •  | 
  •  

Question

When i signing XML document with Xades4J (Xades-BES), i'm getting signed document including my xml within something like:

<ds:Object Encoding="UTF-8" Id="xmldsig-1ddcf1ab-7648-4039-b166-69e14da39982-object0" MimeType="text/xml"> .... </ds:Object>

i must change Id="xmldsig-1ddcf1ab-7648-4039-b166-69e14da39982-object0" to Id="Dokument-0"

How can i do that ?

Thanks for all answers and sorry for my bad english. Darek

Was it helpful?

Solution

Currently there's no way to change how the signed data object id's are generated, mostly because the lib ensures that unique id's are used, even if a document contains multiple signatures.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top