Class OpenSSLImplementation
java.lang.Object
org.apache.tomcat.util.net.SSLImplementation
org.apache.tomcat.util.net.openssl.OpenSSLImplementation
OpenSSL implementation of SSLImplementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSSLSupport(SSLSession session, Map<String, List<String>> additionalAttributes) Obtain an instance of SSLSupport.getSSLUtil(SSLHostConfigCertificate certificate) Returns the SSL utility for the given certificate.Methods inherited from class SSLImplementation
getInstance
-
Constructor Details
-
OpenSSLImplementation
public OpenSSLImplementation()Constructs an OpenSSLImplementation.
-
-
Method Details
-
getSSLSupport
Description copied from class:SSLImplementationObtain an instance of SSLSupport.- Specified by:
getSSLSupportin 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
Description copied from class:SSLImplementationReturns the SSL utility for the given certificate.- Specified by:
getSSLUtilin classSSLImplementation- Parameters:
certificate- The certificate- Returns:
- the SSL utility
-