Class JettySslUtils


  • public final class JettySslUtils
    extends Object
    Author:
    Hakan Altindag
    • Method Detail

      • forClient

        public static org.eclipse.jetty.util.ssl.SslContextFactory.Client forClient​(SSLFactory sslFactory)
        Creates a basic Client SslContextFactory with the available properties from SSLFactory. The returned object can be enriched with additional configuration for your needs
        Parameters:
        sslFactory - SSLFactory
        Returns:
        SslContextFactory
      • forServer

        public static org.eclipse.jetty.util.ssl.SslContextFactory.Server forServer​(SSLFactory sslFactory)
        Creates a basic Server SslContextFactory with the available properties from SSLFactory. The returned object can be enriched with additional configuration for your needs
        Parameters:
        sslFactory - SSLFactory
        Returns:
        SslContextFactory