You are here

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

Get the password.

Return value

string The password.

1 call to BaseMethodInterface::getPassword()
BaseMethod::cryptFileExecute in src/Crypt/BaseMethod.php
Callback to encrypt and decrypt files.
3 methods override BaseMethodInterface::getPassword()
MCrypt::getPassword in src/Crypt/Method/MCrypt.php
Get the password.
OpenSSL::getPassword in src/Crypt/Method/OpenSSL.php
Get the password.
TLS::getPassword in src/Crypt/Method/TLS.php
Get the password.

File

src/Crypt/BaseMethodInterface.php, line 58

Class

BaseMethodInterface
Provides an interface for encryption methods.

Namespace

Drupal\drd_agent\Crypt

Code

public function getPassword() : string;