Uses of Class
org.restlet.engine.ssl.DefaultSslContextFactory
Packages that use DefaultSslContextFactory
-
Uses of DefaultSslContextFactory in org.restlet.engine.ssl
Methods in org.restlet.engine.ssl that return DefaultSslContextFactoryModifier and TypeMethodDescriptionprotected final DefaultSslContextFactoryDefaultSslContextFactory.clone()This class is likely to contain sensitive information; cloning is therefore not allowed.protected DefaultSslContextFactoryWrapperSslContextSpi.getContextFactory()Returns the parent SSL context factory.WrapperSslServerSocketFactory.getContextFactory()Returns the parent SSL context factory.WrapperSslSocketFactory.getContextFactory()Returns the parent SSL context factory.Constructors in org.restlet.engine.ssl with parameters of type DefaultSslContextFactoryModifierConstructorDescriptionDefaultSslContext(DefaultSslContextFactory contextFactory, SSLContext wrappedContext) Constructor.WrapperSslContextSpi(DefaultSslContextFactory contextFactory, SSLContext wrappedContext) Constructor.WrapperSslServerSocketFactory(DefaultSslContextFactory contextFactory, SSLServerSocketFactory wrappedSocketFactory) Constructor.WrapperSslSocketFactory(DefaultSslContextFactory contextFactory, SSLSocketFactory wrappedSocketFactory) Constructor.