Uses of Class
org.jgroups.util.TLSClientAuth
-
Packages that use TLSClientAuth Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TLSClientAuth in org.jgroups.util
Fields in org.jgroups.util declared as TLSClientAuth Modifier and Type Field Description protected TLSClientAuth
TLS. client_auth
Methods in org.jgroups.util that return TLSClientAuth Modifier and Type Method Description TLSClientAuth
TLS. getClientAuth()
static TLSClientAuth
TLSClientAuth. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TLSClientAuth[]
TLSClientAuth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.util with parameters of type TLSClientAuth Modifier and Type Method Description TLS
TLS. setClientAuth(TLSClientAuth c)
-