public class OpenSSLUtil extends SSLUtilBase
SSLUtil.ProtocolInfo
certificate, sslHostConfig
Constructor and Description |
---|
OpenSSLUtil(SSLHostConfigCertificate certificate) |
Modifier and Type | Method and Description |
---|---|
static X509KeyManager |
chooseKeyManager(KeyManager[] managers) |
SSLContext |
createSSLContextInternal(List<String> negotiableProtocols) |
protected Set<String> |
getImplementedCiphers() |
protected Set<String> |
getImplementedProtocols() |
KeyManager[] |
getKeyManagers() |
protected Log |
getLog() |
protected boolean |
isTls13RenegAuthAvailable() |
configureSessionContext, createSSLContext, getCRLs, getEnabledCiphers, getEnabledProtocols, getParameters, getTrustManagers
public OpenSSLUtil(SSLHostConfigCertificate certificate)
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 Exception
createSSLContextInternal
in class SSLUtilBase
Exception
public static X509KeyManager chooseKeyManager(KeyManager[] managers) throws Exception
Exception
public KeyManager[] getKeyManagers() throws Exception
getKeyManagers
in interface SSLUtil
getKeyManagers
in class SSLUtilBase
Exception
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.