public interface CipherSuiteFilter
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. |
Copyright © 2008–2024 The Netty Project. All rights reserved.