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