You are here

public function TLS::getCipher in DRD Agent 8.3

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

Get the selected cipher.

Return value

string|bool The cipher.

Overrides BaseMethodInterface::getCipher

File

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

Class

TLS
Provides security over TLS without additional encryption.

Namespace

Drupal\drd_agent\Crypt\Method

Code

public function getCipher() : bool {
  return FALSE;
}