Hi Yvan,
yes this was helpfull. I wrote a RessourceResolver that handels a
InputStream.
Thanks a lot!
Am Mi 21.03.2007 14:50 schrieb Hess Yvan <[EMAIL PROTECTED]>:
> Hi Jochen,
>
> In my case, I sign XML documents having also external reference (non
> XML document).
> What you have to do is to
Hi Jochen,
In my case, I sign XML documents having also external reference (non XML
document).
What you have to do is to add an URI refererence to your external document to
your XMLSignature element using something like that
sig.addDocument(uri, null, Constants.ALGO_ID_DIGEST_SHA1);
And then