IdentityCipherSuiteFilter

cc.otavia.handler.ssl.IdentityCipherSuiteFilter
See theIdentityCipherSuiteFilter companion object

This class will not do any filtering of ciphers suites.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

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