CipherSuiteFilter

cc.otavia.handler.ssl.CipherSuiteFilter

Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def filterCipherSuites(ciphers: Option[Seq[String]], default: Array[String], supported: Set[String]): Array[String]

Filter the requested ciphers based upon other cipher characteristics.

Filter the requested ciphers based upon other cipher characteristics.

Value parameters

ciphers

The requested ciphers

default

The default recommended ciphers for the current SSLEngine as determined by otavia

supported

The supported ciphers for the current SSLEngine

Attributes

Returns

The filter list of ciphers. Must not return null.