public final class SupportedCipherSuiteFilter extends Object implements CipherSuiteFilter
SSLEngine
.Modifier and Type | Field and Description |
---|---|
static SupportedCipherSuiteFilter |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
String[] |
filterCipherSuites(Iterable<String> ciphers,
List<String> defaultCiphers,
Set<String> supportedCiphers)
Filter the requested
ciphers based upon other cipher characteristics. |
public static final SupportedCipherSuiteFilter INSTANCE
public String[] filterCipherSuites(Iterable<String> ciphers, List<String> defaultCiphers, Set<String> supportedCiphers)
CipherSuiteFilter
ciphers
based upon other cipher characteristics.filterCipherSuites
in interface CipherSuiteFilter
ciphers
- The requested ciphersdefaultCiphers
- The default recommended ciphers for the current SSLEngine
as determined by NettysupportedCiphers
- The supported ciphers for the current SSLEngine
null
.Copyright © 2008–2017 The Netty Project. All rights reserved.