Package | Description |
---|---|
io.fusionauth.jwt |
Modifier and Type | Class and Description |
---|---|
class |
InvalidJWTException
The JWT could not be parsed properly.
|
class |
InvalidJWTSignatureException
The JWT was properly constructed but the signature is invalid.
|
class |
InvalidKeyLengthException
The JWT Signer or Verifier is attempting to utilize an RSA Key Length of less than 2048.
|
class |
InvalidKeyTypeException
The key is not compatible with the corresponding signer or verifier.
|
class |
JWTExpiredException
The JWT has a valid signature but the JWT is expired.
|
class |
JWTSigningException
An unexpected exception occurred when signing the JWT.
|
class |
JWTUnavailableForProcessingException
The JWT is not yet valid.
|
class |
JWTVerifierException
An unexpected exception occurred when verifying the JWT.
|
class |
MissingPrivateKeyException
The PEM provided to the Verifier did not contain a private key.
|
class |
MissingPublicKeyException
The PEM provided to the Verifier did not contain a public key.
|
class |
MissingSignatureException
No signature was found but one was expected.
|
class |
MissingVerifierException
No Verifier was found that supported the Algorithm used in the JWT.
|
class |
NoneNotAllowedException
An un-secured JWT is may not be decoded.
|
Copyright © 2021. All rights reserved.