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