Class AuthenticatedEncryptionCryptographyHandler

java.lang.Object
org.forgerock.jaspi.modules.session.jwt.AuthenticatedEncryptionCryptographyHandler
All Implemented Interfaces:
JwtCryptographyHandler

public class AuthenticatedEncryptionCryptographyHandler extends Object implements JwtCryptographyHandler
A JwtCryptographyHandler that ensures confidentiality and authenticity of data using authenticated encryption algorithms. This handler is generally faster and produces more compact JWTs than either KeyStoreJwtCryptographyHandler or SecretsProviderJwtCryptographyHandler. The following configuration options are supported:
  • Constructor Details

    • AuthenticatedEncryptionCryptographyHandler

      public AuthenticatedEncryptionCryptographyHandler()
  • Method Details