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 SSLSupport
getSSLSupport(javax.net.ssl.SSLSession session)
SSLUtil
getSSLUtil(SSLHostConfigCertificate certificate)
boolean
isAlpnSupported()
-
Methods inherited from class org.apache.tomcat.util.net.SSLImplementation
getInstance
-
-
-
-
Method Detail
-
getSSLSupport
public SSLSupport getSSLSupport(javax.net.ssl.SSLSession session)
- Specified by:
getSSLSupport
in classSSLImplementation
-
getSSLUtil
public SSLUtil getSSLUtil(SSLHostConfigCertificate certificate)
- Specified by:
getSSLUtil
in classSSLImplementation
-
isAlpnSupported
public boolean isAlpnSupported()
- Specified by:
isAlpnSupported
in classSSLImplementation
-
-