Uses of Class
com.yahoo.security.tls.DefaultTlsContext
Packages that use DefaultTlsContext
-
Uses of DefaultTlsContext in com.yahoo.security.tls
Methods in com.yahoo.security.tls that return DefaultTlsContextModifier and TypeMethodDescriptionstatic DefaultTlsContextDefaultTlsContext.of(X509SslContext sslContext, PeerAuthentication peerAuthentication) static DefaultTlsContextDefaultTlsContext.of(X509SslContext sslContext, Set<String> acceptedCiphers, Set<String> acceptedProtocols, PeerAuthentication peerAuthentication) static DefaultTlsContextDefaultTlsContext.of(List<X509Certificate> certificates, PrivateKey privateKey, List<X509Certificate> caCertificates, AuthorizedPeers authorizedPeers, AuthorizationMode mode, PeerAuthentication peerAuthentication, HostnameVerification hostnameVerification)