Package org.ldaptive.ssl
Class SslConfig.Builder
java.lang.Object
org.ldaptive.ssl.SslConfig.Builder
- Enclosing class:
- SslConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
cipherSuites
(String... suites) credentialConfig
(CredentialConfig config) handshakeListeners
(HandshakeCompletedListener... listeners) handshakeTimeout
(Duration timeout) hostnameVerifier
(CertificateHostnameVerifier verifier) trustManagers
(TrustManager... managers)
-
Field Details
-
object
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
credentialConfig
-
trustManagers
-
hostnameVerifier
-
cipherSuites
-
protocols
-
handshakeListeners
-
handshakeTimeout
-
build
-