Uses of Class
io.fusionauth.jwt.JWTException
Packages that use JWTException
-
Uses of JWTException in io.fusionauth.jwt
Subclasses of JWTException in io.fusionauth.jwtModifier and TypeClassDescriptionclassThe JWT could not be parsed properly.classThe JWT was properly constructed but the signature is invalid.classThe JWT Signer or Verifier is attempting to utilize an RSA Key Length of less than 2048.classThe key is not compatible with the corresponding signer or verifier.classThe JWT has a valid signature but the JWT is expired.classAn unexpected exception occurred when signing the JWT.classThe JWT is not yet valid.classAn unexpected exception occurred when verifying the JWT.classThe PEM provided to the Verifier did not contain a private key.classThe PEM provided to the Verifier did not contain a public key.classNo signature was found but one was expected.classNo Verifier was found that supported the Algorithm used in the JWT.classAn un-secured JWT may not be decoded.