public interface SSLCipherFilter
Modifier and Type | Method and Description |
---|---|
List<String> |
selectCiphers(Set<String> supportedCiphers,
List<String> defaultCiphers)
A method that returns the ciphers desired in the preferred order of use.
|
List<String> selectCiphers(Set<String> supportedCiphers, List<String> defaultCiphers)
supportedCiphers
- All the ciphers supported, including insecure ones.defaultCiphers
- The default ciphers, as determined by the JDK.Copyright © 2017–2021. All rights reserved.