You are here

private property OpenSSL::$supportedCipher 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::supportedCipher

File

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

Class

OpenSSL
Provides OpenSSL encryption functionality.

Namespace

Drupal\drd_agent\Crypt\Method

Code

private $supportedCipher = [
  'aes-256-ctr' => 32,
  'aes-128-cbc' => 16,
];