mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8231107: Allow store password to be null when saving a PKCS12 KeyStore
Reviewed-by: mullan
This commit is contained in:
parent
ab867f6c7c
commit
7049c13cf4
4 changed files with 54 additions and 33 deletions
|
@ -1384,7 +1384,9 @@ public class KeyStore {
|
|||
* integrity with the given password.
|
||||
*
|
||||
* @param stream the output stream to which this keystore is written.
|
||||
* @param password the password to generate the keystore integrity check
|
||||
* @param password the password to generate the keystore integrity check.
|
||||
* May be {@code null} if the keystore does not support
|
||||
* or require an integrity check.
|
||||
*
|
||||
* @throws KeyStoreException if the keystore has not been initialized
|
||||
* (loaded).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue