|
Restlet Framework 2.2.1 Android |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.net.ssl.SSLContext
org.restlet.engine.ssl.DefaultSslContext
public class DefaultSslContext
Default SSL context that delegates calls to WrapperSslContextSpi
Constructor Summary | |
---|---|
DefaultSslContext(DefaultSslContextFactory contextFactory,
javax.net.ssl.SSLContext wrappedContext)
Constructor. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public DefaultSslContext(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLContext wrappedContext)
contextFactory
- The parent SSL context factory.wrappedContext
- The wrapped SSL context.
|
Restlet Framework 2.2.1 Android |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |