Uses of Interface
org.ldaptive.ssl.SSLContextInitializer
Packages that use SSLContextInitializer
-
Uses of SSLContextInitializer in org.ldaptive.ssl
Classes in org.ldaptive.ssl that implement SSLContextInitializerModifier and TypeClassDescriptionclass
Provides common implementation for SSL context initializer.class
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
Provides an SSL context initializer which can use java KeyStores to create key and trust managers.class
Provides an SSL context initializer which can use X.509 certificates to create key and trust managers.Methods in org.ldaptive.ssl that return SSLContextInitializerModifier and TypeMethodDescriptionCredentialConfig.createSSLContextInitializer()
Creates an SSL context initializer using the configured trust and authentication material in this config.KeyStoreCredentialConfig.createSSLContextInitializer()
SslConfig.createSSLContextInitializer()
Creates anSSLContextInitializer
from this configuration.X509CredentialConfig.createSSLContextInitializer()