SSLUtil.ProtocolInfo| Modifier and Type | Field and Description |
|---|---|
protected SSLHostConfigCertificate |
certificate |
| Modifier | Constructor and Description |
|---|---|
protected |
SSLUtilBase(SSLHostConfigCertificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEnabledCiphers()
The set of enabled ciphers is the intersection of the implemented ciphers
and the configured ciphers.
|
String[] |
getEnabledProtocols()
The set of enabled protocols is the intersection of the implemented
protocols and the configured protocols.
|
protected abstract Set<String> |
getImplementedCiphers() |
protected abstract Set<String> |
getImplementedProtocols() |
protected abstract Log |
getLog() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureSessionContext, createSSLContext, getKeyManagers, getTrustManagersprotected final SSLHostConfigCertificate certificate
protected SSLUtilBase(SSLHostConfigCertificate certificate)
public String[] getEnabledProtocols()
SSLUtilgetEnabledProtocols in interface SSLUtilpublic String[] getEnabledCiphers()
SSLUtil
The ciphers used during the TLS handshake may be further restricted by
the SSLUtil.getEnabledProtocols() and the certificates.
getEnabledCiphers in interface SSLUtilprotected abstract Log getLog()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.