Package io.fusionauth.jwt
package io.fusionauth.jwt
-
ClassDescriptionThe JWT could not be parsed properly.The JWT was properly constructed but the signature is invalid.The JWT Signer or Verifier is attempting to utilize an RSA Key Length of less than 2048.The key is not compatible with the corresponding signer or verifier.Base JWT ExceptionThe JWT has a valid signature but the JWT is expired.An unexpected exception occurred when signing the JWT.The JWT is not yet valid.Helper to generate new HMAC secrets, EC and RSA public / private key pairs and other fun things.An unexpected exception occurred when verifying the JWT.The PEM provided to the Verifier did not contain a private key.The PEM provided to the Verifier did not contain a public key.No signature was found but one was expected.No Verifier was found that supported the Algorithm used in the JWT.An un-secured JWT may not be decoded.Helpers for OpenID Connect.JWT Signer.A version of the JWT Decoder that allows you to travel to the past or future by changing the space time continuum.Unsecured signer.