JDK 7 changes keytool output

后端 未结 4 1207
不思量自难忘°
不思量自难忘° 2020-12-10 08:21

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

4条回答
  •  孤城傲影
    2020-12-10 09:16

    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.

提交回复
热议问题