public interface CipherSuiteFilter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
filterCipherSuites(java.lang.Iterable<java.lang.String> ciphers,
java.util.List<java.lang.String> defaultCiphers,
java.util.Set<java.lang.String> supportedCiphers)
Filter the requested
ciphers based upon other cipher characteristics. |
java.lang.String[] filterCipherSuites(java.lang.Iterable<java.lang.String> ciphers,
java.util.List<java.lang.String> defaultCiphers,
java.util.Set<java.lang.String> supportedCiphers)
ciphers based upon other cipher characteristics.ciphers - The requested ciphersdefaultCiphers - The default recommended ciphers for the current SSLEngine as determined by NettysupportedCiphers - The supported ciphers for the current SSLEnginenull.Copyright © 2008–2018 The Netty Project. All rights reserved.