Hi all,
I use xml-security-1_3_0.
I execute the following code :
logger.info("arg2=" + NAMESPACE_URI_DS);
logger.info("arg3=" + NAMESPACE_URI_DS + algo);
signature = new XMLSignature(envelope, NAMESPACE_URI_DS, NAMESPACE_URI_DS + algo);
And I get this error :
The requested algorithm does not exist. Original Message was: Signature not available
Note that there is a blank between "algorithm" and "does".
Here is the log :
2006-01-25 11:10:09,074 INFO [main]: arg2=http://www.w3.org/2000/09/xmldsig#
2006-01-25 11:10:09,074 INFO [main]: arg3=http://www.w3.org/2000/09/xmldsig#dsa-sha1
If someone has an idea...
Thanks,
Christophe