Package org.apache.tomcat.util.net.jsse
Class JSSEUtil
java.lang.Object
org.apache.tomcat.util.net.SSLUtilBase
org.apache.tomcat.util.net.jsse.JSSEUtil
- All Implemented Interfaces:
- SSLUtil
SSLUtil implementation for JSSE.
- Author:
- Harish Prabandham, Costin Manolache, Stefan Freyr Stefansson, EKR, Jan Luehe
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.tomcat.util.net.SSLUtilSSLUtil.ProtocolInfo
- 
Field SummaryFields inherited from class org.apache.tomcat.util.net.SSLUtilBasecertificate, DEFAULT_KEY_ALIAS, sslHostConfig
- 
Constructor SummaryConstructorsConstructorDescriptionJSSEUtil(SSLHostConfigCertificate certificate) JSSEUtil(SSLHostConfigCertificate certificate, boolean warnOnSkip) 
- 
Method SummaryModifier and TypeMethodDescriptioncreateSSLContextInternal(List<String> negotiableProtocols) protected LoggetLog()protected booleanMethods inherited from class org.apache.tomcat.util.net.SSLUtilBaseconfigureSessionContext, createSSLContext, getCRLs, getEnabledCiphers, getEnabledProtocols, getKeyManagers, getParameters, getTrustManagers
- 
Constructor Details- 
JSSEUtil
- 
JSSEUtil
 
- 
- 
Method Details- 
getLog- Specified by:
- getLogin class- SSLUtilBase
 
- 
getImplementedProtocols- Specified by:
- getImplementedProtocolsin class- SSLUtilBase
 
- 
getImplementedCiphers- Specified by:
- getImplementedCiphersin class- SSLUtilBase
 
- 
isTls13RenegAuthAvailableprotected boolean isTls13RenegAuthAvailable()- Specified by:
- isTls13RenegAuthAvailablein class- SSLUtilBase
 
- 
createSSLContextInternalpublic SSLContext createSSLContextInternal(List<String> negotiableProtocols) throws NoSuchAlgorithmException - Specified by:
- createSSLContextInternalin class- SSLUtilBase
- Throws:
- NoSuchAlgorithmException
 
 
-