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 TLS
TCP. tls
protected TLS
TUNNEL. tls
Methods in org.jgroups.protocols that return TLS Modifier and Type Method Description TLS
TCP. tls()
TLS
TUNNEL. tls()
Methods in org.jgroups.protocols with parameters of type TLS Modifier and Type Method Description TCP
TCP. tls(TLS t)
TUNNEL
TUNNEL. tls(TLS t)
-
Uses of TLS in org.jgroups.stack
Fields in org.jgroups.stack declared as TLS Modifier and Type Field Description protected TLS
GossipRouter. tls
Methods in org.jgroups.stack that return TLS Modifier and Type Method Description TLS
GossipRouter. tls()
Methods in org.jgroups.stack with parameters of type TLS Modifier and Type Method Description GossipRouter
GossipRouter. tls(TLS t)
-
Uses of TLS in org.jgroups.util
Methods in org.jgroups.util that return TLS Modifier and Type Method Description TLS
TLS. enabled(boolean e)
TLS
TLS. setCipherSuites(java.lang.String[] c)
TLS
TLS. setClientAuth(TLSClientAuth c)
TLS
TLS. setKeystoreAlias(java.lang.String k)
TLS
TLS. setKeystorePassword(java.lang.String k)
TLS
TLS. setKeystorePath(java.lang.String k)
TLS
TLS. setKeystoreType(java.lang.String k)
TLS
TLS. setProtocols(java.lang.String[] p)
TLS
TLS. setProvider(java.lang.String p)
TLS
TLS. setSniMatchers(java.util.List<javax.net.ssl.SNIMatcher> s)
TLS
TLS. setSSLContext(javax.net.ssl.SSLContext c)
TLS
TLS. setTruststorePassword(java.lang.String t)
TLS
TLS. setTruststorePath(java.lang.String t)
TLS
TLS. setTruststoreType(java.lang.String t)
-