Uses of Interface
org.jsslutils.sslcontext.SSLContextFactory

Packages that use SSLContextFactory
org.jsslutils.sslcontext   
 

Uses of SSLContextFactory in org.jsslutils.sslcontext
 

Classes in org.jsslutils.sslcontext that implement SSLContextFactory
 class DefaultSSLContextFactory
          This class is a factory that provides methods for creating an SSLContext configured with the settings set in this factory.
 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.
 



Copyright © 2012. All Rights Reserved.