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 Link icon

    • SslContextFactory Link icon

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

    • getServerContext Link icon

      public SSLContext getServerContext()