Class SSLFactoryUtils

java.lang.Object
nl.altindag.ssl.util.SSLFactoryUtils

public final class SSLFactoryUtils extends Object
Author:
Hakan Altindag
  • Method Summary

    Modifier and Type
    Method
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • reload

      public 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. Other properties such as ciphers, protocols, secure-random, HostnameVerifier and SSLParameters will not be reloaded.
    • reload

      public 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. Other properties such as ciphers, protocols, secure-random, HostnameVerifier and SSLParameters will not be reloaded.