Title: XMLSignature constructor error : The requested algorithm does not exist

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 :

If someone has an idea...

Thanks,
Christophe



Reply via email to