Class JSSUtil
java.lang.Object
org.apache.tomcat.util.net.SSLUtilBase
org.dogtagpki.jss.tomcat.JSSUtil
- All Implemented Interfaces:
org.apache.tomcat.util.net.SSLUtil
public class JSSUtil
extends org.apache.tomcat.util.net.SSLUtilBase
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tomcat.util.net.SSLUtil
org.apache.tomcat.util.net.SSLUtil.ProtocolInfo -
Field Summary
FieldsFields inherited from class org.apache.tomcat.util.net.SSLUtilBase
certificate, DEFAULT_KEY_ALIAS, sslHostConfig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tomcat.util.net.SSLContextcreateSSLContextInternal(List<String> negotiableProtocols) org.apache.juli.logging.LoggetLog()private voidinit()booleanMethods inherited from class org.apache.tomcat.util.net.SSLUtilBase
configureSessionContext, createSSLContext, getCRLs, getEnabledCiphers, getEnabledProtocols, getParametersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tomcat.util.net.SSLUtil
addSecondCertificate
-
Field Details
-
logger
public static org.apache.juli.logging.Log logger -
keyAliases
-
engine
-
protocols
-
ciphers
-
-
Constructor Details
-
JSSUtil
public JSSUtil(org.apache.tomcat.util.net.SSLHostConfigCertificate certificate)
-
-
Method Details
-
init
private void init() -
getKeyManagers
- Specified by:
getKeyManagersin interfaceorg.apache.tomcat.util.net.SSLUtil- Overrides:
getKeyManagersin classorg.apache.tomcat.util.net.SSLUtilBase- Throws:
Exception
-
getTrustManagers
- Specified by:
getTrustManagersin interfaceorg.apache.tomcat.util.net.SSLUtil- Overrides:
getTrustManagersin classorg.apache.tomcat.util.net.SSLUtilBase- Throws:
Exception
-
createSSLContextInternal
-
isTls13RenegAuthAvailable
public boolean isTls13RenegAuthAvailable()- Specified by:
isTls13RenegAuthAvailablein classorg.apache.tomcat.util.net.SSLUtilBase
-
getLog
public org.apache.juli.logging.Log getLog()- Specified by:
getLogin classorg.apache.tomcat.util.net.SSLUtilBase
-
getImplementedProtocols
-
getImplementedCiphers
-