Uses of Class
org.forgerock.json.jose.exceptions.JwtRuntimeException
Package
Description
Exceptions for all possible JWT exception scenarios.
-
Uses of JwtRuntimeException in org.forgerock.json.jose.exceptions
Modifier and TypeClassDescriptionclass
Represents an exception that occurs when a JWT is determined as invalid.class
Represents an exception for when compression/decompression of the plaintext fails.final class
Represents an exception for when decryption of the JWE fails.class
Represents an exception for when encryption of the JWE fails.class
Represents a generic exception for JWE operations.class
Represents a generic exception for JWS operations.class
Represents an exception for when signing of the JWS fails.class
Represents an exception for when verification of the JWS signature fails.class
Represents an exception that occurs when creating/rebuilding JWTs.class
Represents an exception that occurs when reconstructing JWTs.class
Indicates that the JWT had critical headers that were not recognized by the JWT library and not implemented by the application.