Package | Description |
---|---|
org.forgerock.json.jose.exceptions |
Exceptions for all possible JWT exception scenarios.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidJwtException
Represents an exception that occurs when a JWT is determined as invalid.
|
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.
|
class |
JweException
Represents a generic exception for JWE operations.
|
class |
JwsException
Represents a generic exception for JWS operations.
|
class |
JwsSigningException
Represents an exception for when signing of the JWS fails.
|
class |
JwsVerifyingException
Represents an exception for when verification of the JWS signature fails.
|
class |
JwtBuilderException
Represents an exception that occurs when creating/rebuilding JWTs.
|
class |
JwtReconstructionException
Represents an exception that occurs when reconstructing JWTs.
|
class |
UnrecognizedCriticalHeaderException
Indicates that the JWT had critical headers that were not
recognized by the JWT library and not
implemented by the
application.
|
Copyright 2010-2022 ForgeRock AS.