You are here

public function OpenSSL::getCipher in DRD Agent 4.0.x

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

Get the selected cipher.

Return value

string|bool The cipher.

Overrides BaseMethodInterface::getCipher

File

src/Crypt/Method/OpenSSL.php, line 46

Class

OpenSSL
Provides OpenSSL encryption functionality.

Namespace

Drupal\drd_agent\Crypt\Method

Code

public function getCipher() : string {
  return $this->cipher;
}