Class SslHelper


  • @Deprecated(since="2021-05-27")
    public final class SslHelper
    extends Object
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.

    This class should not be considered a part of the public API.

    • Method Detail

      • enableHostNameVerification

        public static void enableHostNameVerification​(SSLParameters sslParameters)
        Deprecated.
        Enable HTTP endpoint verification on the given SSL parameters.
        Parameters:
        sslParameters - The original SSL parameters
      • enableSni

        public static void enableSni​(String host,
                                     SSLParameters sslParameters)
        Deprecated.
        Enable SNI if running on Java 8 or later. Otherwise fail silently to enable SNI.
        Parameters:
        host - the server host
        sslParameters - the SSL parameters