cleanup: removes deprecation

This commit is contained in:
Lars K.W. Gohlke 2020-08-31 21:54:11 +02:00 committed by AsamK
parent a747ddbae4
commit 0dfe4d189b

View file

@ -11,7 +11,7 @@ public class SecurityProvider extends Provider {
private static final String info = "Security Provider v1.0"; private static final String info = "Security Provider v1.0";
public SecurityProvider() { public SecurityProvider() {
super(PROVIDER_NAME, 1.0, info); super(PROVIDER_NAME, "1.0", info);
put("SecureRandom.DEFAULT", DefaultRandom.class.getName()); put("SecureRandom.DEFAULT", DefaultRandom.class.getName());
// Workaround for BKS truststore // Workaround for BKS truststore