Uses of Package
org.forgerock.json.jose.exceptions
-
Packages that use org.forgerock.json.jose.exceptions Package Description org.forgerock.json.jose.exceptions Exceptions for all possible JWT exception scenarios.org.forgerock.json.jose.jwe Classes and interfaces for JWT encryption and JWEs.org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs.org.forgerock.json.jose.jwk.store This package contains classes to manage a JWKs URI.org.forgerock.json.jose.jws Classes and interfaces for JWT signing and JWS'. -
Classes in org.forgerock.json.jose.exceptions used by org.forgerock.json.jose.exceptions Class Description JweException Represents a generic exception for JWE operations.JwsException Represents a generic exception for JWS operations.JwtBuilderException Represents an exception that occurs when creating/rebuilding JWTs.JwtReconstructionException Represents an exception that occurs when reconstructing JWTs.JwtRuntimeException Represents a generic exception for JWT operations. -
Classes in org.forgerock.json.jose.exceptions used by org.forgerock.json.jose.jwe Class Description JweDecryptionCheckedException This exception entirely duplicatesJweDecryptionException
except that it is a checked exception so that it can be used with aPromise
. -
Classes in org.forgerock.json.jose.exceptions used by org.forgerock.json.jose.jwk Class Description FailedToLoadJWKException Unable to load the JWK/x5u location points. -
Classes in org.forgerock.json.jose.exceptions used by org.forgerock.json.jose.jwk.store Class Description FailedToLoadJWKException Unable to load the JWK/x5u location points. -
Classes in org.forgerock.json.jose.exceptions used by org.forgerock.json.jose.jws Class Description JweDecryptionCheckedException This exception entirely duplicatesJweDecryptionException
except that it is a checked exception so that it can be used with aPromise
.