public class OpenSSLUtil extends SSLUtilBase
SSLUtil.ProtocolInfocertificate| Constructor and Description |
|---|
OpenSSLUtil(SSLHostConfigCertificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureSessionContext(SSLSessionContext sslSessionContext) |
SSLContext |
createSSLContext(List<String> negotiableProtocols) |
protected Set<String> |
getImplementedCiphers() |
protected Set<String> |
getImplementedProtocols() |
KeyManager[] |
getKeyManagers() |
protected Log |
getLog() |
TrustManager[] |
getTrustManagers() |
getEnabledCiphers, getEnabledProtocolspublic OpenSSLUtil(SSLHostConfigCertificate certificate)
protected Log getLog()
getLog in class SSLUtilBaseprotected Set<String> getImplementedProtocols()
getImplementedProtocols in class SSLUtilBaseprotected Set<String> getImplementedCiphers()
getImplementedCiphers in class SSLUtilBasepublic SSLContext createSSLContext(List<String> negotiableProtocols) throws Exception
Exceptionpublic KeyManager[] getKeyManagers() throws Exception
Exceptionpublic TrustManager[] getTrustManagers() throws Exception
Exceptionpublic void configureSessionContext(SSLSessionContext sslSessionContext)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.