Hi,
When generating the key-pair, you need to specify the key algorithm as RSA.
For eg: if you used java keytool to generate the key pair, you need to add
-keyalg RSA to the genkey command.
If it is not specified, it defaults to DSA.
Same issue is discussed at [1] as well.
But I am not sure why
Hi All,
I am using axis21.6.0 with rampart. My policy.xml has the details of the
client provided keystore provided below. I am getting the exception
"org.apache.xml.security.signature.XMLSignatureException: Supplied key
(sun.security.provider.DSAPrivateKey) is not a RSAPrivateKey instance".
(detai