Package org.restlet.engine.ssl
Support SSL and TLS.
- Since:
- Restlet 2.2
-
Class Summary Class Description DefaultSslContext Default SSL context that delegates calls toWrapperSslContextSpi
DefaultSslContextFactory ThisSslContextFactory
makes it possible to configure most basic options when building an SSLContext.SslContextFactory This is an abstract factory that produces configured and initialized instances of SSLContext.SslUtils Various HTTPS utilities.WrapperSslContextSpi Default SSL context SPI capable or setting additional properties on the created SSL engines and socket factories.WrapperSslServerSocketFactory SSL server socket factory that wraps the default one to do extra initialization.WrapperSslSocketFactory SSL socket factory that wraps the default one to do extra initialization.