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) freeze()handshakeListeners(HandshakeCompletedListener... listeners) handshakeTimeout(Duration timeout) hostnameVerifier(CertificateHostnameVerifier verifier) trustManagers(TrustManager... managers)
-
Field Details
-
object
-
-
Constructor Details
-
Builder
private Builder()
-
-
Method Details
-
freeze
-
credentialConfig
-
trustManagers
-
hostnameVerifier
-
cipherSuites
-
protocols
-
handshakeListeners
-
handshakeTimeout
-
build
-