Re: SignatureDSA Java Implementation

2007-02-08 Thread Julien PASQUIER
Thanks for your answer. I will fill this bug in the bugzilla (Security project). Regards, Julien PASQUIER - Original Message - From: "Sean Mullan" <[EMAIL PROTECTED]> To: Sent: Thursday, February 08, 2007 3:54 PM Subject: Re: SignatureDSA Java Implementation It

Re: SignatureDSA Java Implementation

2007-02-08 Thread Sean Mullan
It looks like a bug. Do you mind filing a bug at http://issues.apache.org/bugzilla (Security project) so you can track the issue. As a workaround, you can use the java.security.Provider API to reorder the JCE providers the way you want. Or you can manually edit the list of providers in the JR

SignatureDSA Java Implementation

2007-02-08 Thread Julien PASQUIER
Hello, It is impossible to use a specific JCE provider with the org.apache.xml.security.algorithms.implementations.SignatureDSA of the XML-Security java project. However it is possible to do it with SignatureBaseRSA and with SignatureECDSA. Why only the sun default DSA Signature provider can be