Class SslContextFactory
java.lang.Object
org.opendaylight.protocol.pcep.impl.tls.SslContextFactory
Class for setting up TLS connection.
-
Constructor Summary
ConstructorsConstructorDescriptionSslContextFactory(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.PcepSessionTls tlsConfig) SslContextFactory provides information about the TLS context and configuration. -
Method Summary
-
Constructor Details
-
SslContextFactory
public SslContextFactory(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.PcepSessionTls tlsConfig) SslContextFactory provides information about the TLS context and configuration.- Parameters:
tlsConfig- TLS configuration object, contains keystore locations and keystore types
-
-
Method Details
-
getServerContext
-