Uses of Interface
edu.vt.middleware.ldap.ssl.SSLContextInitializer

Packages that use SSLContextInitializer
edu.vt.middleware.ldap.ssl   
 

Uses of SSLContextInitializer in edu.vt.middleware.ldap.ssl
 

Classes in edu.vt.middleware.ldap.ssl that implement SSLContextInitializer
 class AbstractSSLContextInitializer
          Provides common implementation for SSLContextInitializer.
 class DefaultSSLContextInitializer
          Provides a default implementation of SSLContextInitializer which allows the setting of trust and key managers in order to create an SSL context.
 class KeyStoreSSLContextInitializer
          Provides a SSLContextInitializer which can use java KeyStores to create key and trust managers.
 class X509SSLContextInitializer
          Provides a SSLContextInitializer which can use X509 certificates to create key and trust managers.
 

Fields in edu.vt.middleware.ldap.ssl declared as SSLContextInitializer
protected  SSLContextInitializer TLSSocketFactory.contextInitializer
          SSLContextInitializer used for initializing SSL contexts.
protected static SSLContextInitializer SingletonTLSSocketFactory.staticContextInitializer
          SSLContextInitializer used for initializing SSL contexts.
 

Methods in edu.vt.middleware.ldap.ssl that return SSLContextInitializer
 SSLContextInitializer X509CredentialConfig.createSSLContextInitializer()
          Creates an SSLContextInitializer using the configured trust and authentication material in this config.
 SSLContextInitializer KeyStoreCredentialConfig.createSSLContextInitializer()
          Creates an SSLContextInitializer using the configured trust and authentication material in this config.
 SSLContextInitializer CredentialConfig.createSSLContextInitializer()
          Creates an SSLContextInitializer using the configured trust and authentication material in this config.
 SSLContextInitializer TLSSocketFactory.getSSLContextInitializer()
          Returns the SSL context initializer.
 

Methods in edu.vt.middleware.ldap.ssl with parameters of type SSLContextInitializer
 void TLSSocketFactory.setSSLContextInitializer(SSLContextInitializer initializer)
          Sets the SSL context initializer.
 void SingletonTLSSocketFactory.setSSLContextInitializer(SSLContextInitializer initializer)
          Sets the SSL context initializer.
 



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