Uses of Class
org.jsslutils.sslcontext.DefaultSSLContextFactory

Packages that use DefaultSSLContextFactory
org.jsslutils.sslcontext   
 

Uses of DefaultSSLContextFactory in org.jsslutils.sslcontext
 

Subclasses of DefaultSSLContextFactory in org.jsslutils.sslcontext
 class PKIXSSLContextFactory
          This class is a factory that provides methods for creating an SSLContext configured with the settings set in this factory: using the PKIX algorithm for both the key manager and the trust manager.
 class X509SSLContextFactory
          This class is a factory that provides methods for creating an SSLContext configured with the settings set in this factory: using the SunX509 algorithm for both the key manager and the trust manager.
 

Methods in org.jsslutils.sslcontext that return DefaultSSLContextFactory
protected  DefaultSSLContextFactory DefaultSSLContextFactory.clone()
          SSLContextFactories are likely to contain sensitive information; cloning is therefore not allowed.
 



Copyright © 2011. All Rights Reserved.