public final class IdentityCipherSuiteFilter extends java.lang.Object implements CipherSuiteFilter
| Modifier and Type | Field and Description |
|---|---|
static IdentityCipherSuiteFilter |
INSTANCE |
| 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. |
public static final IdentityCipherSuiteFilter INSTANCE
public 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)
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–2018 The Netty Project. All rights reserved.