Package com.yahoo.security.tls
Class TransportSecurityOptions.Builder
java.lang.Object
com.yahoo.security.tls.TransportSecurityOptions.Builder
- Enclosing class:
- TransportSecurityOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAcceptedCiphers(List<String> acceptedCiphers) withAcceptedProtocols(List<String> acceptedProtocols) withAuthorizedPeers(AuthorizedPeers authorizedPeers) withCaCertificates(Path caCertificatesFile) withCertificates(Path certificatesFile, Path privateKeyFile) withHostnameValidationDisabled(boolean isDisabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withCertificates
public TransportSecurityOptions.Builder withCertificates(Path certificatesFile, Path privateKeyFile) -
withCaCertificates
-
withAuthorizedPeers
-
withAcceptedCiphers
-
withAcceptedProtocols
-
withHostnameValidationDisabled
-
build
-