You are here

public function TLS::getPassword 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::getPassword()

Get the password.

Return value

string The password.

Overrides BaseMethodInterface::getPassword

File

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

Class

TLS
Provides security over TLS without additional encryption.

Namespace

Drupal\drd_agent\Crypt\Method

Code

public function getPassword() : string {
  return FALSE;
}