Package org.forgerock.json.jose.exceptions
package org.forgerock.json.jose.exceptions
Exceptions for all possible JWT exception scenarios.
-
ClassDescriptionUnable to load the JWK/x5u location points.Represents an exception that occurs when a JWT is determined as invalid.Represents an exception for when compression/decompression of the plaintext fails.This exception entirely duplicates
JweDecryptionException
except that it is a checked exception so that it can be used with aPromise
.Represents an exception for when decryption of the JWE fails.Represents an exception for when encryption of the JWE fails.Represents a generic exception for JWE operations.Represents a generic exception for JWS operations.Represents an exception for when signing of the JWS fails.Represents an exception for when verification of the JWS signature fails.Represents an exception that occurs when creating/rebuilding JWTs.Represents an exception that occurs when reconstructing JWTs.Represents a generic exception for JWT operations.Indicates that the JWT had critical headers that were not recognized by the JWT library and not implemented by the application.