java.lang.Object
nl.altindag.ssl.util.CertificateExtractingClient.Builder
- Enclosing class:
CertificateExtractingClient
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ClientRunnableprivate PasswordAuthenticationprivate Proxyprivate booleanprivate Duration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withClientRunnable(ClientRunnable clientRunnable) withPasswordAuthentication(PasswordAuthentication passwordAuthentication) withResolvedRootCa(boolean shouldResolveRootCa) withTimeout(int timeoutInMilliseconds) withTimeout(Duration timeout)
-
Field Details
-
proxy
-
passwordAuthentication
-
shouldResolveRootCa
private boolean shouldResolveRootCa -
timeout
-
clientRunnable
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withProxy
-
withPasswordAuthentication
public CertificateExtractingClient.Builder withPasswordAuthentication(PasswordAuthentication passwordAuthentication) -
withResolvedRootCa
-
withTimeout
-
withTimeout
-
withClientRunnable
-
build
-