Add Javadoc since to a new constructor for PemSslStoreBundle
See gh-36693
This commit is contained in:
committed by
Stephane Nicoll
parent
4bbc336321
commit
677db72210
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user