Class SslContextFactory

java.lang.Object
org.opendaylight.openflowjava.protocol.impl.core.SslContextFactory

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

    • SslContextFactory

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

    • getServerContext

      public SSLContext getServerContext()