Class SupportedCipherSuiteFilter

    • Method Detail

      • filterCipherSuites

        public String[] filterCipherSuites​(Iterable<String> ciphers,
                                           List<String> defaultCiphers,
                                           Set<String> supportedCiphers)
        Description copied from interface: CipherSuiteFilter
        Filter the requested ciphers based upon other cipher characteristics.
        Specified by:
        filterCipherSuites in interface CipherSuiteFilter
        Parameters:
        ciphers - The requested ciphers
        defaultCiphers - The default recommended ciphers for the current SSLEngine as determined by Netty
        supportedCiphers - The supported ciphers for the current SSLEngine
        Returns:
        The filter list of ciphers. Must not return null.