Uses of Class
org.restlet.engine.ssl.SslContextFactory
-
Packages that use SslContextFactory Package Description org.restlet.engine.ssl Support SSL and TLS.org.restlet.ext.jetty.internal -
-
Uses of SslContextFactory in org.restlet.engine.ssl
Subclasses of SslContextFactory in org.restlet.engine.ssl Modifier and Type Class Description classDefaultSslContextFactoryThisSslContextFactorymakes it possible to configure most basic options when building an SSLContext.Methods in org.restlet.engine.ssl that return SslContextFactory Modifier and Type Method Description static SslContextFactorySslUtils. getSslContextFactory(RestletHelper<?> helper)Returns the SSL context factory. -
Uses of SslContextFactory in org.restlet.ext.jetty.internal
Constructors in org.restlet.ext.jetty.internal with parameters of type SslContextFactory Constructor Description RestletSslContextFactory(SslContextFactory restletSslContextFactory)Constructor.
-