Uses of Class
org.jgroups.util.TLS
-
Packages that use TLS Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TLS in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TLS Modifier and Type Field Description protected TLSTCP. tlsprotected TLSTUNNEL. tlsMethods in org.jgroups.protocols that return TLS Modifier and Type Method Description TLSTCP. tls()TLSTUNNEL. tls()Methods in org.jgroups.protocols with parameters of type TLS Modifier and Type Method Description TCPTCP. tls(TLS t)TUNNELTUNNEL. tls(TLS t) -
Uses of TLS in org.jgroups.stack
Fields in org.jgroups.stack declared as TLS Modifier and Type Field Description protected TLSGossipRouter. tlsMethods in org.jgroups.stack that return TLS Modifier and Type Method Description TLSGossipRouter. tls()Methods in org.jgroups.stack with parameters of type TLS Modifier and Type Method Description GossipRouterGossipRouter. tls(TLS t) -
Uses of TLS in org.jgroups.util
Methods in org.jgroups.util that return TLS Modifier and Type Method Description TLSTLS. enabled(boolean e)TLSTLS. setCipherSuites(java.lang.String[] c)TLSTLS. setClientAuth(TLSClientAuth c)TLSTLS. setKeystoreAlias(java.lang.String k)TLSTLS. setKeystorePassword(java.lang.String k)TLSTLS. setKeystorePath(java.lang.String k)TLSTLS. setKeystoreType(java.lang.String k)TLSTLS. setProtocols(java.lang.String[] p)TLSTLS. setProvider(java.lang.String p)TLSTLS. setSniMatchers(java.util.List<javax.net.ssl.SNIMatcher> s)TLSTLS. setSSLContext(javax.net.ssl.SSLContext c)TLSTLS. setTruststorePassword(java.lang.String t)TLSTLS. setTruststorePath(java.lang.String t)TLSTLS. setTruststoreType(java.lang.String t)
-