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, wait
configureSessionContext, createSSLContext, getKeyManagers, getTrustManagers
protected final SSLHostConfigCertificate certificate
protected SSLUtilBase(SSLHostConfigCertificate certificate)
public String[] getEnabledProtocols()
SSLUtil
getEnabledProtocols
in interface SSLUtil
public String[] getEnabledCiphers()
SSLUtil
The ciphers used during the TLS handshake may be further restricted by
the SSLUtil.getEnabledProtocols()
and the certificates.
getEnabledCiphers
in interface SSLUtil
protected abstract Log getLog()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.