Merge pull request #36693 from izeye

* pr/36693:
  Add Javadoc since to a new constructor for PemSslStoreBundle

Closes gh-36693
This commit is contained in:
Stephane Nicoll
2023-08-03 12:47:29 +02:00

View File

@@ -70,6 +70,7 @@ public class PemSslStoreBundle implements SslStoreBundle {
* @param trustStoreDetails the trust store details
* @param keyAlias the key alias to use or {@code null} to use a default alias
* @param keyPassword the password to use for the key
* @since 3.2.0
*/
public PemSslStoreBundle(PemSslStoreDetails keyStoreDetails, PemSslStoreDetails trustStoreDetails, String keyAlias,
String keyPassword) {