Uses of Class
com.yahoo.security.tls.TransportSecurityOptions.Builder
Packages that use TransportSecurityOptions.Builder
-
Uses of TransportSecurityOptions.Builder in com.yahoo.security.tls
Methods in com.yahoo.security.tls that return TransportSecurityOptions.BuilderModifier and TypeMethodDescriptionTransportSecurityOptions.Builder.withAcceptedCiphers(List<String> acceptedCiphers) TransportSecurityOptions.Builder.withAcceptedProtocols(List<String> acceptedProtocols) TransportSecurityOptions.Builder.withAuthorizedPeers(AuthorizedPeers authorizedPeers) TransportSecurityOptions.Builder.withCaCertificates(Path caCertificatesFile) TransportSecurityOptions.Builder.withCertificates(Path certificatesFile, Path privateKeyFile) TransportSecurityOptions.Builder.withHostnameValidationDisabled(boolean isDisabled)