You are here

public function MarstonEncryption::setCypher in Ubercart 8.4

Sets the cypher used.

Parameters

string $cypher: The cypher to use.

Return value

$this

Overrides EncryptionInterface::setCypher

File

uc_store/src/MarstonEncryption.php, line 144

Class

MarstonEncryption
Deprecated. Handles encryption of credit-card information.

Namespace

Drupal\uc_store

Code

public function setCypher($cypher) {

  // This function is a no-op for MarstonEncryption.
  return $this;
}