You are here

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

Get an initialiation vector.

Return value

string The IV.

3 methods override BaseMethodInterface::getIv()
MCrypt::getIv in src/Crypt/Method/MCrypt.php
Get an initialiation vector.
OpenSSL::getIv in src/Crypt/Method/OpenSSL.php
Get an initialiation vector.
TLS::getIv in src/Crypt/Method/TLS.php
Get an initialiation vector.

File

src/Crypt/BaseMethodInterface.php, line 42

Class

BaseMethodInterface
Provides an interface for encryption methods.

Namespace

Drupal\drd_agent\Crypt

Code

public function getIv() : string;