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)
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–2018 The Netty Project. All rights reserved.