Uses of Package
org.forgerock.json.jose.exceptions
Package
Description
Exceptions for all possible JWT exception scenarios.
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
Classes and interfaces for JWT signing and JWS'.
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
-
ClassDescriptionRepresents a generic exception for JWE operations.Represents a generic exception for JWS operations.Represents an exception that occurs when creating/rebuilding JWTs.Represents an exception that occurs when reconstructing JWTs.Represents a generic exception for JWT operations.
-
ClassDescriptionThis exception entirely duplicates
JweDecryptionException
except that it is a checked exception so that it can be used with aPromise
. -
-
-
ClassDescriptionThis exception entirely duplicates
JweDecryptionException
except that it is a checked exception so that it can be used with aPromise
. -