Hi,
I'm using JAXB 2.1 and I want to use it for binding of an xml message that contains a digital signature element.
Using some customization I was able to generate corresponding java classes with xjc successfully.
I have the requirement to preserve and persist the signature for future validation. Currently I think the best way to do this, is to save it
as xml in the database.
But what happens if I try to marshall my types back to xml? Will it break the signature? Does JAXB work with xml signatures?
I would be glad for any help and recommendations!
With kind regards,
Jan