Package io.kroxylicious.proxy.model
Class DenyCipherSuiteFilter
java.lang.Object
io.kroxylicious.proxy.model.DenyCipherSuiteFilter
- All Implemented Interfaces:
io.netty.handler.ssl.CipherSuiteFilter
public final class DenyCipherSuiteFilter
extends Object
implements io.netty.handler.ssl.CipherSuiteFilter
This class has been built to filter cipher suites based on requirements for Kroxylicious
If no ciphers are declared then the default platform ciphers will be used
If ciphers are declared then they are used instead of the default platform ciphers
Both lists would then have anything removed that wasn't supported or in the deniedCiphers
-
Constructor Summary
Constructors -
Method Summary