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