org.restlet.engine.ssl
Class DefaultSslContext
java.lang.Object
javax.net.ssl.SSLContext
org.restlet.engine.ssl.DefaultSslContext
public class DefaultSslContext
- extends SSLContext
Default SSL context that delegates calls to WrapperSslContextSpi
- Author:
- Jerome Louvel
| Methods inherited from class javax.net.ssl.SSLContext |
createSSLEngine, createSSLEngine, getClientSessionContext, getDefault, getDefaultSSLParameters, getInstance, getInstance, getInstance, getProtocol, getProvider, getServerSessionContext, getServerSocketFactory, getSocketFactory, getSupportedSSLParameters, init, setDefault |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSslContext
public DefaultSslContext(DefaultSslContextFactory contextFactory,
SSLContext wrappedContext)
- Constructor.
- Parameters:
contextFactory - The parent SSL context factory.wrappedContext - The wrapped SSL context.
Copyright © 2005-2014 Restlet.