Uses of Class
org.forgerock.json.jose.exceptions.JweException
-
Packages that use JweException Package Description org.forgerock.json.jose.exceptions Exceptions for all possible JWT exception scenarios. -
-
Uses of JweException in org.forgerock.json.jose.exceptions
Subclasses of JweException in org.forgerock.json.jose.exceptions Modifier and Type Class Description class
JweCompressionException
Represents an exception for when compression/decompression of the plaintext fails.class
JweDecryptionException
Represents an exception for when decryption of the JWE fails.class
JweEncryptionException
Represents an exception for when encryption of the JWE fails.
-