public final class SSLFactoryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
reload(SSLFactory baseSslFactory,
SSLFactory updatedSslFactory)
Reloads the ssl material for the KeyManager and / or TrustManager within the base SSLFactory if present and if it is swappable.
|
static void |
reload(SSLFactory baseSslFactory,
SSLFactory updatedSslFactory,
boolean shouldInvalidateCaches)
Reloads the ssl material for the KeyManager and / or TrustManager within the base SSLFactory if present and if it is swappable.
|
public static void reload(SSLFactory baseSslFactory, SSLFactory updatedSslFactory)
HostnameVerifier and SSLParameters will not be reloaded.public static void reload(SSLFactory baseSslFactory, SSLFactory updatedSslFactory, boolean shouldInvalidateCaches)
HostnameVerifier and SSLParameters will not be reloaded.Copyright © 2023. All rights reserved.