Convert javax.xml.crypto.dsig.XMLSignature to custom JaxBType



Is there a way to convert a XMLSignature into a my own jaxB objects?


It would be sufficient if I find a way to marshal javax.xml.crypto.dsig.XMLSignature to javax.xml.transform.dom.DOMResult - from there I have a way to unmarshal it further into my own structure.


No comments:

Post a Comment