Class JSSEUtil

java.lang.Object
org.apache.tomcat.util.net.SSLUtilBase
org.apache.tomcat.util.net.jsse.JSSEUtil
All Implemented Interfaces:
SSLUtil

public class JSSEUtil extends SSLUtilBase
SSLUtil implementation for JSSE.
  • Constructor Details

    • JSSEUtil

      public JSSEUtil(SSLHostConfigCertificate certificate)
      Constructs an instance for the given certificate.
      Parameters:
      certificate - The certificate
    • JSSEUtil

      public JSSEUtil(SSLHostConfigCertificate certificate, boolean warnOnSkip)
      Constructs an instance for the given certificate.
      Parameters:
      certificate - The certificate
      warnOnSkip - Whether to warn when skipping unsupported protocols/ciphers
  • Method Details