Uses of Class
org.dcache.xrootd.security.TLSSessionInfo.ClientTls
-
Packages that use TLSSessionInfo.ClientTls Package Description org.dcache.xrootd.security -
-
Uses of TLSSessionInfo.ClientTls in org.dcache.xrootd.security
Methods in org.dcache.xrootd.security that return TLSSessionInfo.ClientTls Modifier and Type Method Description static TLSSessionInfo.ClientTlsTLSSessionInfo.ClientTls. getMode(int version, int options)static TLSSessionInfo.ClientTlsTLSSessionInfo.ClientTls. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TLSSessionInfo.ClientTls[]TLSSessionInfo.ClientTls. values()Returns an array containing the constants of this enum type, in the order they are declared.
-