You are here

service encryption in Encrypt 8.3

Class

Drupal\encrypt\EncryptService
11 string references to encryption
AsymmetricalEncryptionMethod::setUp in tests/src/Kernel/AsymmetricalEncryptionMethod.php
AsymmetricalEncryptionMethod::testEncryptDecrypt in tests/src/Kernel/AsymmetricalEncryptionMethod.php
Test public profile/method/key.
drush_encrypt_decrypt in drush/encrypt.drush.inc
Decrypt text with the given encryption profile.
drush_encrypt_encrypt in drush/encrypt.drush.inc
Encrypt text with the given encryption profile.
EncryptionProfileForm::create in src/Form/EncryptionProfileForm.php
Instantiates a new instance of this class.

... See full list

File

./encrypt.services.yml
encrypt.services.yml

View source
  1. class: Drupal\encrypt\EncryptService
  2. arguments:
  3. - '@plugin.manager.encrypt.encryption_methods'
  4. - '@key.repository'
  5. - '@config.factory'