You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Dave Hoffer <DH...@xrite.com> on 2007/11/07 16:39:56 UTC

XML Security & JAXB

We have a schema we bind to Java using JAXB (and C++ with LMX) which
works well.  I know have been asked to encrypt certain element data.
How can I do this and not loose the schema to POJO binding?

What is the best way to accomplish this?
Does XSD support XML Security in some way?
Does JAXB or other binding implementation support XML Security?

-Dave