Package org.forgerock.json.jose.exceptions
package org.forgerock.json.jose.exceptions
Exceptions for all possible JWT exception scenarios.
-
ExceptionsClassDescriptionUnable 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.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.