public class JSSEUtil extends SSLUtilBase
SSLUtil.ProtocolInfo
certificate, sslHostConfig
Constructor and Description |
---|
JSSEUtil(SSLHostConfigCertificate certificate) |
JSSEUtil(SSLHostConfigCertificate certificate,
boolean warnOnSkip) |
Modifier and Type | Method and Description |
---|---|
SSLContext |
createSSLContextInternal(List<String> negotiableProtocols) |
protected Set<String> |
getImplementedCiphers() |
protected Set<String> |
getImplementedProtocols() |
protected Log |
getLog() |
protected boolean |
isTls13RenegAuthAvailable() |
configureSessionContext, createSSLContext, getCRLs, getEnabledCiphers, getEnabledProtocols, getKeyManagers, getParameters, getTrustManagers
public JSSEUtil(SSLHostConfigCertificate certificate)
public JSSEUtil(SSLHostConfigCertificate certificate, boolean warnOnSkip)
protected Log getLog()
getLog
in class SSLUtilBase
protected Set<String> getImplementedProtocols()
getImplementedProtocols
in class SSLUtilBase
protected Set<String> getImplementedCiphers()
getImplementedCiphers
in class SSLUtilBase
protected boolean isTls13RenegAuthAvailable()
isTls13RenegAuthAvailable
in class SSLUtilBase
public SSLContext createSSLContextInternal(List<String> negotiableProtocols) throws NoSuchAlgorithmException
createSSLContextInternal
in class SSLUtilBase
NoSuchAlgorithmException
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.