Package org.apache.tomcat.util.net
Class Constants
- java.lang.Object
-
- org.apache.tomcat.util.net.Constants
-
public class Constants extends java.lang.ObjectConstants for network utilities.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCATALINA_BASE_PROPName of the system property containing the tomcat instance installation pathstatic booleanIS_SECURITY_ENABLEDstatic java.lang.StringSSL_PROTO_ALLJSSE and OpenSSL protocol namesstatic java.lang.StringSSL_PROTO_SSLv2SSL 2.0 protocol identifier.static java.lang.StringSSL_PROTO_SSLv2HelloSSL 2.0 Hello protocol identifier.static java.lang.StringSSL_PROTO_SSLv3SSL 3.0 protocol identifier.static java.lang.StringSSL_PROTO_TLSTLS protocol identifier.static java.lang.StringSSL_PROTO_TLSv1TLS 1.0 protocol identifier (without dot notation).static java.lang.StringSSL_PROTO_TLSv1_0TLS 1.0 protocol identifier (with dot notation).static java.lang.StringSSL_PROTO_TLSv1_1TLS 1.1 protocol identifier.static java.lang.StringSSL_PROTO_TLSv1_2TLS 1.2 protocol identifier.static java.lang.StringSSL_PROTO_TLSv1_3TLS 1.3 protocol identifier.
-
-
-
Field Detail
-
CATALINA_BASE_PROP
public static final java.lang.String CATALINA_BASE_PROP
Name of the system property containing the tomcat instance installation path- See Also:
- Constant Field Values
-
SSL_PROTO_ALL
public static final java.lang.String SSL_PROTO_ALL
JSSE and OpenSSL protocol names- See Also:
- Constant Field Values
-
SSL_PROTO_TLS
public static final java.lang.String SSL_PROTO_TLS
TLS protocol identifier.- See Also:
- Constant Field Values
-
SSL_PROTO_TLSv1_3
public static final java.lang.String SSL_PROTO_TLSv1_3
TLS 1.3 protocol identifier.- See Also:
- Constant Field Values
-
SSL_PROTO_TLSv1_2
public static final java.lang.String SSL_PROTO_TLSv1_2
TLS 1.2 protocol identifier.- See Also:
- Constant Field Values
-
SSL_PROTO_TLSv1_1
public static final java.lang.String SSL_PROTO_TLSv1_1
TLS 1.1 protocol identifier.- See Also:
- Constant Field Values
-
SSL_PROTO_TLSv1_0
public static final java.lang.String SSL_PROTO_TLSv1_0
TLS 1.0 protocol identifier (with dot notation).- See Also:
- Constant Field Values
-
SSL_PROTO_TLSv1
public static final java.lang.String SSL_PROTO_TLSv1
TLS 1.0 protocol identifier (without dot notation).- See Also:
- Constant Field Values
-
SSL_PROTO_SSLv3
public static final java.lang.String SSL_PROTO_SSLv3
SSL 3.0 protocol identifier.- See Also:
- Constant Field Values
-
SSL_PROTO_SSLv2
public static final java.lang.String SSL_PROTO_SSLv2
SSL 2.0 protocol identifier.- See Also:
- Constant Field Values
-
SSL_PROTO_SSLv2Hello
public static final java.lang.String SSL_PROTO_SSLv2Hello
SSL 2.0 Hello protocol identifier.- See Also:
- Constant Field Values
-
IS_SECURITY_ENABLED
public static final boolean IS_SECURITY_ENABLED
-
-