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
In addition, the logic needs to be re-thought for the three arguments, and the Javadoc also needs to be corrected since it mentions "both" arguments (again, there are three).
The text was updated successfully, but these errors were encountered:
* Change getKeyStore methods so that they return an empty Optional if
either path or password is null.
* Update Javadocs to match new implementation and explain the intent
of these methods is to load an existing key store, not create a new one.
* Fix several tests that were asserting that the returned Optional was not
null instead of it containing a value.
Fixes#861
* Change getKeyStore methods so that they return an empty Optional if
either path or password is null.
* Update Javadocs to match new implementation and explain the intent
of these methods is to load an existing key store, not create a new one.
* Fix several tests that were asserting that the returned Optional was not
null instead of it containing a value.
Fixes#861
* Change getKeyStore methods so that they return an empty Optional if
either path or password is null.
* Update Javadocs to match new implementation and explain the intent
of these methods is to load an existing key store, not create a new one.
* Fix several tests that were asserting that the returned Optional was not
null instead of it containing a value.
Fixes#861
Tracking issue for:
In addition, the logic needs to be re-thought for the three arguments, and the Javadoc also needs to be corrected since it mentions "both" arguments (again, there are three).
The text was updated successfully, but these errors were encountered: