You are here

public function TLS::getIv in DRD Agent 4.0.x

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

Get an initialiation vector.

Return value

string The IV.

Overrides BaseMethodInterface::getIv

File

src/Crypt/Method/TLS.php, line 54

Class

TLS
Provides security over TLS without additional encryption.

Namespace

Drupal\drd_agent\Crypt\Method

Code

public function getIv() : string {
  return '';
}