Uses of Interface
org.ldaptive.ssl.SSLContextInitializer

Packages that use SSLContextInitializer
org.ldaptive.ssl   
 

Uses of SSLContextInitializer in org.ldaptive.ssl
 

Classes in org.ldaptive.ssl that implement SSLContextInitializer
 class AbstractSSLContextInitializer
          Provides common implementation for SSL context initializer.
 class DefaultSSLContextInitializer
          Provides a default implementation of SSL context initializer which allows the setting of trust and key managers in order to create an SSL context.
 class KeyStoreSSLContextInitializer
          Provides an SSL context initializer which can use java KeyStores to create key and trust managers.
 class X509SSLContextInitializer
          Provides an SSL context initializer which can use X.509 certificates to create key and trust managers.
 

Methods in org.ldaptive.ssl that return SSLContextInitializer
 SSLContextInitializer X509CredentialConfig.createSSLContextInitializer()
          Creates an SSL context initializer using the configured trust and authentication material in this config.
protected  SSLContextInitializer TLSSocketFactory.createSSLContextInitializer()
          Creates a SSLContextInitializer for use with this socket factory.
 SSLContextInitializer KeyStoreCredentialConfig.createSSLContextInitializer()
          Creates an SSL context initializer using the configured trust and authentication material in this config.
 SSLContextInitializer CredentialConfig.createSSLContextInitializer()
          Creates an SSL context initializer using the configured trust and authentication material in this config.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.