You are here

public function BaseMethodInterface::getCipher in DRD Agent 8.3

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

Get the selected cipher.

Return value

string|bool The cipher.

2 calls to BaseMethodInterface::getCipher()
BaseMethod::cryptFileExecute in src/Crypt/BaseMethod.php
Callback to encrypt and decrypt files.
BaseMethod::encryptFile in src/Crypt/BaseMethod.php
Encrypt a file.
3 methods override BaseMethodInterface::getCipher()
MCrypt::getCipher in src/Crypt/Method/MCrypt.php
Get the selected cipher.
OpenSSL::getCipher in src/Crypt/Method/OpenSSL.php
Get the selected cipher.
TLS::getCipher in src/Crypt/Method/TLS.php
Get the selected cipher.

File

src/Crypt/BaseMethodInterface.php, line 50

Class

BaseMethodInterface
Provides an interface for encryption methods.

Namespace

Drupal\drd_agent\Crypt

Code

public function getCipher();