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 classAbstractSSLContextInitializerProvides common implementation forSSLContextInitializer.classDefaultSSLContextInitializerProvides a default implementation ofSSLContextInitializerwhich allows the setting of trust and key managers in order to create an SSL context.classKeyStoreSSLContextInitializerProvides aSSLContextInitializerwhich can use java KeyStores to create key and trust managers.classX509SSLContextInitializerProvides aSSLContextInitializerwhich 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 SSLContextInitializerTLSSocketFactory. contextInitializerSSLContextInitializer used for initializing SSL contexts.protected static SSLContextInitializerSingletonTLSSocketFactory. staticContextInitializerSSLContextInitializer used for initializing SSL contexts.Methods in edu.vt.middleware.ldap.ssl that return SSLContextInitializer Modifier and Type Method Description SSLContextInitializerCredentialConfig. createSSLContextInitializer()Creates anSSLContextInitializerusing the configured trust and authentication material in this config.SSLContextInitializerKeyStoreCredentialConfig. createSSLContextInitializer()Creates anSSLContextInitializerusing the configured trust and authentication material in this config.SSLContextInitializerX509CredentialConfig. createSSLContextInitializer()Creates anSSLContextInitializerusing the configured trust and authentication material in this config.SSLContextInitializerThreadLocalTLSSocketFactory. getSSLContextInitializer()Returns the SSL context initializer.SSLContextInitializerTLSSocketFactory. getSSLContextInitializer()Returns the SSL context initializer.Methods in edu.vt.middleware.ldap.ssl with parameters of type SSLContextInitializer Modifier and Type Method Description voidSingletonTLSSocketFactory. setSSLContextInitializer(SSLContextInitializer initializer)Sets the SSL context initializer.voidThreadLocalTLSSocketFactory. setSSLContextInitializer(SSLContextInitializer initializer)Sets the SSL context initializer.voidTLSSocketFactory. setSSLContextInitializer(SSLContextInitializer initializer)Sets the SSL context initializer.
-