Uses of Enum Class
com.yahoo.security.tls.HostnameVerification
Packages that use HostnameVerification
-
Uses of HostnameVerification in com.yahoo.security.tls
Methods in com.yahoo.security.tls that return HostnameVerificationModifier and TypeMethodDescriptionstatic HostnameVerificationReturns the enum constant of this class with the specified name.static HostnameVerification[]HostnameVerification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.security.tls with parameters of type HostnameVerificationModifier and TypeMethodDescriptionstatic DefaultTlsContextDefaultTlsContext.of(List<X509Certificate> certificates, PrivateKey privateKey, List<X509Certificate> caCertificates, AuthorizedPeers authorizedPeers, AuthorizationMode mode, PeerAuthentication peerAuthentication, HostnameVerification hostnameVerification)