Uses of Class
org.jgroups.util.TLS
Packages that use TLS
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
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 TLSMethods in org.jgroups.protocols that return TLSMethods in org.jgroups.protocols with parameters of type TLS -
Uses of TLS in org.jgroups.stack
Fields in org.jgroups.stack declared as TLSMethods in org.jgroups.stack that return TLSMethods in org.jgroups.stack with parameters of type TLS -
Uses of TLS in org.jgroups.util
Methods in org.jgroups.util that return TLSModifier and TypeMethodDescriptionTLS.enabled(boolean e) TLS.setCipherSuites(String[] c) TLS.setClientAuth(TLSClientAuth c) TLS.setKeystoreAlias(String k) TLS.setKeystorePassword(String k) TLS.setKeystorePath(String k) TLS.setKeystoreType(String k) TLS.setProtocols(String[] p) TLS.setProvider(String p) TLS.setSniMatchers(List<SNIMatcher> s) TLS.setSSLContext(SSLContext c) TLS.setTruststorePassword(String t) TLS.setTruststorePath(String t) TLS.setTruststoreType(String t)