Keystore generation using HmacSHA256 algorithm
843811May 19 2009 — edited May 19 2009I am trying to generate a keystore using HmacSHA256 algorithm but iam getting an error saying - keytool error: java.lang.Exception: Cannot derive signature algorithm.
The following are the keytool command parameters passed to generate the keystore :
keytool -genkey -alias ace123 -keyalg HmacSHA256 -keysize 256 -keystore ace_keystore.jks -storepass ace123
Any help would be appreciated.