SupportedCipherSuiteFilter

cc.otavia.handler.ssl.SupportedCipherSuiteFilter

This class will filter all requested ciphers out that are not supported by the current SSLEngine.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override 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.

Definition Classes