JweContentAlgorithmManagerFactory
Magento\JwtFrameworkAdapter\Model\JweContentAlgorithmManagerFactory
What it does
This factory class creates and configures an AlgorithmManager for JWE (JSON Web Encryption) content encryption algorithms.
It provides six supported encryption algorithms including AES-CBC and AES-GCM variants with different key sizes (128, 192, and 256 bits).
Developers use this when setting up JWT encryption capabilities in Magento 2 to encrypt JWT payload content.
Public Methods
- create()