mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
Reviewed-by: mullan
This commit is contained in:
parent
6caaf8e2f2
commit
da18d08006
2 changed files with 6 additions and 3 deletions
|
@ -1807,6 +1807,7 @@ public class KeyStore {
|
|||
keystore.load(dataStream, password);
|
||||
} else {
|
||||
keystore.keyStoreSpi.engineLoad(dataStream, param);
|
||||
keystore.initialized = true;
|
||||
}
|
||||
return keystore;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue