Package org.apache.tomcat.util.net.jsse
Class JSSEImplementation
java.lang.Object
org.apache.tomcat.util.net.SSLImplementation
org.apache.tomcat.util.net.jsse.JSSEImplementation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSSLSupport
(SSLSession session) Deprecated.getSSLSupport
(SSLSession session, Map<String, List<String>> additionalAttributes) Obtain an instance of SSLSupport.getSSLUtil
(SSLHostConfigCertificate certificate) boolean
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance
-
Constructor Details
-
JSSEImplementation
public JSSEImplementation()
-
-
Method Details
-
getSSLSupport
Deprecated.Description copied from class:SSLImplementation
Obtain an instance of SSLSupport.- Specified by:
getSSLSupport
in classSSLImplementation
- Parameters:
session
- The TLS session- Returns:
- An instance of SSLSupport based on the given session.
-
getSSLSupport
Description copied from class:SSLImplementation
Obtain an instance of SSLSupport.- Overrides:
getSSLSupport
in classSSLImplementation
- Parameters:
session
- The SSL sessionadditionalAttributes
- Additional SSL attributes that are not available from the session.- Returns:
- An instance of SSLSupport based on the given session and the provided additional attributes
-
getSSLUtil
- Specified by:
getSSLUtil
in classSSLImplementation
-
isAlpnSupported
public boolean isAlpnSupported()- Specified by:
isAlpnSupported
in classSSLImplementation
-