You are here

public function BaseMethodInterface::getCipherMethods 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::getCipherMethods()

Get a list of available cipher methods.

Return value

array List of methods.

3 methods override BaseMethodInterface::getCipherMethods()
MCrypt::getCipherMethods in src/Crypt/Method/MCrypt.php
Get a list of available cipher methods.
OpenSSL::getCipherMethods in src/Crypt/Method/OpenSSL.php
Get a list of available cipher methods.
TLS::getCipherMethods in src/Crypt/Method/TLS.php
Get a list of available cipher methods.

File

src/Crypt/BaseMethodInterface.php, line 34

Class

BaseMethodInterface
Provides an interface for encryption methods.

Namespace

Drupal\drd_agent\Crypt

Code

public function getCipherMethods() : array;