Log in
Model

JweManager

Magento\JwtFrameworkAdapter\Model\JweManager

What it does

This class manages JSON Web Encryption (JWE) tokens in Magento 2, providing functionality to build, encrypt, decrypt, and read JWE tokens.

Developers use this class when they need to securely encrypt sensitive data in JWT tokens, such as payment information or customer credentials, ensuring data confidentiality during transmission between systems.

Public Methods

  • build()
  • read()
  • readHeaders()