Class SslContextFactory


  • public class SslContextFactory
    extends Object
    Class for setting up TLS connection.
    Author:
    michal.polkorab
    • Constructor Detail

      • SslContextFactory

        public SslContextFactory​(TlsConfiguration tlsConfig)
        Sets the TlsConfiguration.
        Parameters:
        tlsConfig - TLS configuration object, contains keystore locations + keystore types
    • Method Detail

      • getServerContext

        public SSLContext getServerContext()