You are here

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

Encrypt a file.

Parameters

string $filename: Filename which should be encrypted.

Return value

string Filename of the encrypted version.

1 method overrides BaseMethodInterface::encryptFile()
BaseMethod::encryptFile in src/Crypt/BaseMethod.php
Encrypt a file.

File

src/Crypt/BaseMethodInterface.php, line 93

Class

BaseMethodInterface
Provides an interface for encryption methods.

Namespace

Drupal\drd_agent\Crypt

Code

public function encryptFile($filename) : string;