-
- All Known Implementing Classes:
IdentityCipherSuiteFilter,SupportedCipherSuiteFilter
public interface CipherSuiteFilterProvides 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 requestedciphersbased upon other cipher characteristics.
-