Are you signing using certificate? It seems that your signing certificate contains DSA key pair (private/public key) and you have used RSA algorithm in your code. Or you have used DSA algorithm in your code and your signing certificate contains RSA public/private key. Make sure both algorithms, the one in your certificate and in your code, are equal (both RSA or both DSA).
Hope this helps, Milan --- Murugan Selvaraj <[EMAIL PROTECTED]> wrote: > Hi All, > > > > When I try to do an RSA sign for an URI in the XML file , I get the > following error.But I don't any error when I do the signature for XSLT. > > > > Error: > > Exception occured while signingException Occured While Signing URINot an > RSA key: DSA > > > > Does any one have any comments ? > > > > Murugan > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
