cc.otavia.handler.ssl.IdentityCipherSuiteFilter
This class will not do any filtering of ciphers suites.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
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
-