ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/util/net/Constants.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/util/net/Constants.java
Status
scanned
Type
file
Name
Constants.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
1781 (1.7 KB)
MD5
80b4c8bb2cf25f136129ce6a34a1b949
SHA1
cfd3556d64de6109efe67933e3bdc1e8712fc7fd
SHA256
ac151c73cb1e41d3f47712ab727d1faaf1ad8458f24d3e71be1b53c3885d62ab
SHA512

      
    
SHA1_git
ae1c796babd191a9a5294dc094db38be8df64faf
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
Constants.java | 1.7 KB |

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.tomcat.util.net; public class Constants { /** * Name of the system property containing the tomcat instance installation path */ public static final String CATALINA_BASE_PROP = "catalina.base"; /** * JSSE and OpenSSL protocol names */ public static final String SSL_PROTO_ALL = "all"; public static final String SSL_PROTO_TLS = "TLS"; public static final String SSL_PROTO_TLSv1_3 = "TLSv1.3"; public static final String SSL_PROTO_TLSv1_2 = "TLSv1.2"; public static final String SSL_PROTO_TLSv1_1 = "TLSv1.1"; // Two different forms for TLS 1.0 public static final String SSL_PROTO_TLSv1_0 = "TLSv1.0"; public static final String SSL_PROTO_TLSv1 = "TLSv1"; public static final String SSL_PROTO_SSLv3 = "SSLv3"; public static final String SSL_PROTO_SSLv2 = "SSLv2"; public static final String SSL_PROTO_SSLv2Hello = "SSLv2Hello"; }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
48.18
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9