Restlet Framework 2.2.1
Android

Uses of Class
org.restlet.engine.ssl.DefaultSslContextFactory

Packages that use DefaultSslContextFactory
org.restlet.engine.ssl Support SSL and TLS. 
 

Uses of DefaultSslContextFactory in org.restlet.engine.ssl
 

Methods in org.restlet.engine.ssl that return DefaultSslContextFactory
protected  DefaultSslContextFactory DefaultSslContextFactory.clone()
          This class is likely to contain sensitive information; cloning is therefore not allowed.
protected  DefaultSslContextFactory WrapperSslContextSpi.getContextFactory()
          Returns the parent SSL context factory.
 DefaultSslContextFactory WrapperSslServerSocketFactory.getContextFactory()
          Returns the parent SSL context factory.
 DefaultSslContextFactory WrapperSslSocketFactory.getContextFactory()
          Returns the parent SSL context factory.
 

Constructors in org.restlet.engine.ssl with parameters of type DefaultSslContextFactory
DefaultSslContext(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLContext wrappedContext)
          Constructor.
WrapperSslContextSpi(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLContext wrappedContext)
          Constructor.
WrapperSslServerSocketFactory(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLServerSocketFactory wrappedSocketFactory)
          Constructor.
WrapperSslSocketFactory(DefaultSslContextFactory contextFactory, javax.net.ssl.SSLSocketFactory wrappedSocketFactory)
          Constructor.
 


Restlet Framework 2.2.1
Android

Copyright © 2005-2014 Restlet.