You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/net/sourceforge/jnlp/security/KeystorePasswordAttempter.java
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -127,21 +127,23 @@ public KeystoreOperation(KeyManagerFactory kmf, KeyStore ks, String alias, Key k
127
127
abstractStringgetId();
128
128
129
129
}
130
-
//static final KeystorePasswordAttempter INSTANCE = new KeystorePasswordAttempter(new SavedPassword(getTrustedCertsPassword()), new AlmightyPassword());
0 commit comments