Uses of Class
edu.vt.middleware.ldap.ssl.AbstractSSLContextInitializer
-
Packages that use AbstractSSLContextInitializer Package Description edu.vt.middleware.ldap.ssl -
-
Uses of AbstractSSLContextInitializer in edu.vt.middleware.ldap.ssl
Subclasses of AbstractSSLContextInitializer in edu.vt.middleware.ldap.ssl Modifier and Type Class Description 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.
-