Package org.dogtagpki.jss.tomcat
Class JSSImplementation
java.lang.Object
org.apache.tomcat.util.net.SSLImplementation
org.dogtagpki.jss.tomcat.JSSImplementation
public class JSSImplementation
extends org.apache.tomcat.util.net.SSLImplementation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tomcat.util.net.SSLSupport
getSSLSupport
(SSLSession session) org.apache.tomcat.util.net.SSLUtil
getSSLUtil
(org.apache.tomcat.util.net.SSLHostConfigCertificate cert) boolean
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance, getSSLSupport
-
Field Details
-
logger
public static final org.slf4j.Logger logger
-
-
Constructor Details
-
JSSImplementation
public JSSImplementation()
-
-
Method Details
-
getSSLSupport
- Specified by:
getSSLSupport
in classorg.apache.tomcat.util.net.SSLImplementation
-
getSSLUtil
public org.apache.tomcat.util.net.SSLUtil getSSLUtil(org.apache.tomcat.util.net.SSLHostConfigCertificate cert) - Specified by:
getSSLUtil
in classorg.apache.tomcat.util.net.SSLImplementation
-
isAlpnSupported
public boolean isAlpnSupported()- Specified by:
isAlpnSupported
in classorg.apache.tomcat.util.net.SSLImplementation
-