I\'m using keytool of JDK to generate the Google Maps API key fingerprint. While being rejected for several times, I realized that I\'ve upgraded JDK to 1.7 recently. So I s
The keytool command has the parameter -keyalg that takes an algorithm name and generates the key according to that algorithm. As far as I understand, it just means that the default algorithm for that command has changed.
I do not know whether it is a conscious choice or a bug - you may want to report it to Oracle.