Log in
Model

ReEncryptorList

Magento\EncryptionKey\Model\Data\ReEncryptorList

What it does

This class serves as a registry that holds a collection of re-encryptor objects used when changing Magento's encryption key.

Developers can extend this list through dependency injection configuration to add custom re-encryptors that handle re-encrypting specific types of sensitive data (like payment credentials or API keys) when the encryption key is rotated.

Public Methods

  • getReEncryptors()