Class FallbackJwtCryptographyHandler

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

public class FallbackJwtCryptographyHandler extends Object implements JwtCryptographyHandler
A cryptography handler that tries multiple JwtCryptographyHandlers in turn for decryption. This is useful when transitioning from one cryptography implementation to another, such as from KeyStoreJwtCryptographyHandler to AuthenticatedEncryptionCryptographyHandler.