You are here

public function EncryptionInterface::setCypher in Ubercart 8.4

Sets the cypher used.

Parameters

string $cypher: The cypher to use.

Return value

$this

2 methods override EncryptionInterface::setCypher()
MarstonEncryption::setCypher in uc_store/src/MarstonEncryption.php
Sets the cypher used.
OpenSSLEncryption::setCypher in uc_store/src/OpenSSLEncryption.php
Sets the cypher used.

File

uc_store/src/EncryptionInterface.php, line 65

Class

EncryptionInterface
Provides common interface for encryption methods.

Namespace

Drupal\uc_store

Code

public function setCypher($cypher);