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 Summary
Constructors Constructor Description SslContextFactory(TlsConfiguration tlsConfig)
Sets the TlsConfiguration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContext
getServerContext()
-
-
-
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()
-
-