See: Description
Exception | Description |
---|---|
FailedToLoadJWKException |
Unable to load the JWK/x5u location points.
|
InvalidJwtException |
Represents an exception that occurs when a JWT is determined as invalid.
|
JweCompressionException |
Represents an exception for when compression/decompression of the plaintext fails.
|
JweDecryptionException |
Represents an exception for when decryption of the JWE fails.
|
JweEncryptionException |
Represents an exception for when encryption of the JWE fails.
|
JweException |
Represents a generic exception for JWE operations.
|
JwsException |
Represents a generic exception for JWS operations.
|
JwsSigningException |
Represents an exception for when signing of the JWS fails.
|
JwsVerifyingException |
Represents an exception for when verification of the JWS signature fails.
|
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.
|
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.