Class OpenSSLImplementation
- java.lang.Object
-
- org.apache.tomcat.util.net.SSLImplementation
-
- org.apache.tomcat.util.net.openssl.OpenSSLImplementation
-
public class OpenSSLImplementation extends SSLImplementation
-
-
Constructor Summary
Constructors Constructor Description OpenSSLImplementation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLSupportgetSSLSupport(javax.net.ssl.SSLSession session)SSLUtilgetSSLUtil(SSLHostConfigCertificate certificate)booleanisAlpnSupported()-
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance
-
-
-
-
Method Detail
-
getSSLSupport
public SSLSupport getSSLSupport(javax.net.ssl.SSLSession session)
- Specified by:
getSSLSupportin classSSLImplementation
-
getSSLUtil
public SSLUtil getSSLUtil(SSLHostConfigCertificate certificate)
- Specified by:
getSSLUtilin classSSLImplementation
-
isAlpnSupported
public boolean isAlpnSupported()
- Specified by:
isAlpnSupportedin classSSLImplementation
-
-