| Package | Description |
|---|---|
| org.primeframework.jwt.domain |
| 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 |
JWTExpiredException
The JWT has a valid signature but the JWT is expired.
|
class |
JWTUnavailableForProcessingException
The JWT is not yet valid.
|
class |
MissingVerifierException
No Verifier was found that supported the Algorithm used in the JWT.
|
Copyright © 2017. All rights reserved.