Restlet Framework 2.2.1
Android

org.restlet.engine.ssl
Class DefaultSslContext

java.lang.Object
  extended by javax.net.ssl.SSLContext
      extended by org.restlet.engine.ssl.DefaultSslContext

public class DefaultSslContext
extends javax.net.ssl.SSLContext

Default SSL context that delegates calls to WrapperSslContextSpi

Author:
Jerome Louvel

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

DefaultSslContext

public DefaultSslContext(DefaultSslContextFactory contextFactory,
                         javax.net.ssl.SSLContext wrappedContext)
Constructor.

Parameters:
contextFactory - The parent SSL context factory.
wrappedContext - The wrapped SSL context.

Restlet Framework 2.2.1
Android

Copyright © 2005-2014 Restlet.