You are here

public function TLS::getCipherMethods in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Crypt/Method/TLS.php \Drupal\drd_agent\Crypt\Method\TLS::getCipherMethods()

Get a list of available cipher methods.

Return value

array List of methods.

Overrides BaseMethodInterface::getCipherMethods

File

src/Crypt/Method/TLS.php, line 47

Class

TLS
Provides security over TLS without additional encryption.

Namespace

Drupal\drd_agent\Crypt\Method

Code

public function getCipherMethods() : array {
  return [];
}