-
- All Known Implementing Classes:
IdentityCipherSuiteFilter
,SupportedCipherSuiteFilter
public interface CipherSuiteFilter
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
filterCipherSuites(Iterable<String> ciphers, List<String> defaultCiphers, Set<String> supportedCiphers)
Filter the requestedciphers
based upon other cipher characteristics.
-