Factory
JweAlgorithmManagerFactory
Magento\JwtFrameworkAdapter\Model\JweAlgorithmManagerFactory
What it does
This factory class creates an AlgorithmManager instance configured with all supported JWE (JSON Web Encryption) key encryption algorithms.
Developers use this when they need to encrypt JWT tokens in Magento 2, as it provides a pre-configured manager supporting various encryption standards like RSA-OAEP, AES key wrapping, ECDH, and password-based encryption schemes.
Public Methods
- create()