Add Javadoc since to a new constructor for PemSslStoreBundle

See gh-36693
This commit is contained in:
Johnny Lim
2023-08-03 16:58:27 +09:00
committed by Stephane Nicoll
parent 4bbc336321
commit 677db72210

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) {