Uses of Interface
edu.vt.middleware.ldap.ssl.SSLContextInitializer
-
Packages that use SSLContextInitializer Package Description edu.vt.middleware.ldap.ssl -
-
Uses of SSLContextInitializer in edu.vt.middleware.ldap.ssl
Classes in edu.vt.middleware.ldap.ssl that implement SSLContextInitializer Modifier and Type Class Description class
AbstractSSLContextInitializer
Provides common implementation forSSLContextInitializer
.class
DefaultSSLContextInitializer
Provides a default implementation ofSSLContextInitializer
which allows the setting of trust and key managers in order to create an SSL context.class
KeyStoreSSLContextInitializer
Provides aSSLContextInitializer
which can use java KeyStores to create key and trust managers.class
X509SSLContextInitializer
Provides aSSLContextInitializer
which can use X509 certificates to create key and trust managers.Fields in edu.vt.middleware.ldap.ssl declared as SSLContextInitializer Modifier and Type Field Description 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 Modifier and Type Method Description SSLContextInitializer
CredentialConfig. createSSLContextInitializer()
Creates anSSLContextInitializer
using the configured trust and authentication material in this config.SSLContextInitializer
KeyStoreCredentialConfig. createSSLContextInitializer()
Creates anSSLContextInitializer
using the configured trust and authentication material in this config.SSLContextInitializer
X509CredentialConfig. createSSLContextInitializer()
Creates anSSLContextInitializer
using the configured trust and authentication material in this config.SSLContextInitializer
ThreadLocalTLSSocketFactory. getSSLContextInitializer()
Returns the SSL context initializer.SSLContextInitializer
TLSSocketFactory. getSSLContextInitializer()
Returns the SSL context initializer.Methods in edu.vt.middleware.ldap.ssl with parameters of type SSLContextInitializer Modifier and Type Method Description void
SingletonTLSSocketFactory. setSSLContextInitializer(SSLContextInitializer initializer)
Sets the SSL context initializer.void
ThreadLocalTLSSocketFactory. setSSLContextInitializer(SSLContextInitializer initializer)
Sets the SSL context initializer.void
TLSSocketFactory. setSSLContextInitializer(SSLContextInitializer initializer)
Sets the SSL context initializer.
-