Uses of Class
org.forgerock.json.jose.exceptions.JweException
Packages that use JweException
Package
Description
Exceptions for all possible JWT exception scenarios.
-
Uses of JweException in org.forgerock.json.jose.exceptions
Subclasses of JweException in org.forgerock.json.jose.exceptionsModifier and TypeClassDescriptionclass
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.