Class SslContextFactory
- java.lang.Object
-
- org.opendaylight.protocol.pcep.impl.tls.SslContextFactory
-
public class SslContextFactory extends Object
Class for setting up TLS connection.
-
-
Constructor Summary
Constructors Constructor Description SslContextFactory(Tls tlsConfig)
SslContextFactory provides information about the TLS context and configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContext
getServerContext()
-
-
-
Constructor Detail
-
SslContextFactory
public SslContextFactory(Tls tlsConfig)
SslContextFactory provides information about the TLS context and configuration.- Parameters:
tlsConfig
- TLS configuration object, contains keystore locations and keystore types
-
-
Method Detail
-
getServerContext
public SSLContext getServerContext()
-
-