| 程序包 | 说明 | 
|---|---|
| com.fr.cert.token | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
ExpiredJwtException
Exception indicating that a JWT was accepted after it expired and must be rejected. 
 | 
class  | 
IncorrectClaimException
Exception thrown when discovering that a required claim does not equal the required value, indicating the JWT is
 invalid and may not be used. 
 | 
class  | 
InvalidClaimException
Exception indicating a parsed claim is invalid in some way. 
 | 
class  | 
MissingClaimException
Exception thrown when discovering that a required claim is not present, indicating the JWT is
 invalid and may not be used. 
 | 
class  | 
PrematureJwtException
Exception indicating that a JWT was accepted before it is allowed to be accessed and must be rejected. 
 |