Thanks Sean, it works when BaseURI is set.
- Original Message -
You need to set the base URI before you generate or validate the
XMLSignature.
Use the DOMSignContext.setBaseURI or DOMValidateContext.setBaseURI
methods.
--Sean
Ling Xiaohan wrote:
Hi,
I used XML-dsig classes in
You need to set the base URI before you generate or validate the XMLSignature.
Use the DOMSignContext.setBaseURI or DOMValidateContext.setBaseURI methods.
--Sean
Ling Xiaohan wrote:
> Hi,
>
> I used XML-dsig classes in JDK6.0 for XML signature, but encountered
> an abjective
> problem. It