users@jaxb.java.net

Using JAXB to marshall/unmarshall xml digital signatures

From: TEVEGE <Liße,>
Date: Fri, 30 Mar 2007 10:16:59 +0200

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