Uses of Class
org.restlet.engine.ssl.DefaultSslContextFactory
-
Packages that use DefaultSslContextFactory Package Description org.restlet.engine.ssl Support SSL and TLS. -
-
Uses of DefaultSslContextFactory in org.restlet.engine.ssl
Fields in org.restlet.engine.ssl declared as DefaultSslContextFactory Modifier and Type Field Description private DefaultSslContextFactoryWrapperSslContextSpi. contextFactoryThe parent SSL context factory.private DefaultSslContextFactoryWrapperSslServerSocketFactory. contextFactoryThe parent SSL context factory.private DefaultSslContextFactoryWrapperSslSocketFactory. contextFactoryThe parent SSL context factory.Methods in org.restlet.engine.ssl that return DefaultSslContextFactory Modifier and Type Method Description protected DefaultSslContextFactoryDefaultSslContextFactory. clone()This class is likely to contain sensitive information; cloning is therefore not allowed.protected DefaultSslContextFactoryWrapperSslContextSpi. getContextFactory()Returns the parent SSL context factory.DefaultSslContextFactoryWrapperSslServerSocketFactory. getContextFactory()Returns the parent SSL context factory.DefaultSslContextFactoryWrapperSslSocketFactory. getContextFactory()Returns the parent SSL context factory.Methods in org.restlet.engine.ssl with parameters of type DefaultSslContextFactory Modifier and Type Method Description private static WrapperSslContextSpiDefaultSslContext. createContextSpi(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLContext wrappedContext)Creates a SSL context SPI capable or setting additional properties on the created SSL engines and socket factories.Constructors in org.restlet.engine.ssl with parameters of type DefaultSslContextFactory Constructor Description DefaultSslContext(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLContext wrappedContext)Constructor.WrapperSslContextSpi(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLContext wrappedContext)Constructor.WrapperSslServerSocketFactory(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLServerSocketFactory wrappedSocketFactory)Constructor.WrapperSslSocketFactory(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLSocketFactory wrappedSocketFactory)Constructor.
-