| 接口 | 说明 |
|---|---|
| JwtClaims |
Jwt Claims Interface
The javadoc of this interface was copied from RFC 7519 Section 4.1
The following Claim Names are registered in the IANA "JSON Web Token
Claims" registry established by RFC 7519 Section 10.1.
|
| 类 | 说明 |
|---|---|
| BasicJwtClaims |
Basic Jwt Claims, Contains only the seven Registered Claim Names specified in RFC 7519
|
| JwtEncryptor |
Json Web Token 加密器/验证器
使用加密器功能需提供RSA私钥作为加密密钥
使用验证器功能需提供RSA公钥作为校验密钥
|
| 异常错误 | 说明 |
|---|---|
| InvalidClaimsException | |
| InvalidJwtException |
Copyright © 2017. All rights reserved.