| 程序包 | 说明 |
|---|---|
| org.apache.shiro.spring.boot.jwt.token |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SignedWithEcJWTRepository
JSON Web Token (JWT) with EC signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-ec-signature
|
class |
SignedWithEdJWTRepository
JSON Web Token (JWT) with EdDSA signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-eddsa
|
class |
SignedWithHamcJWTRepository
JSON Web Token (JWT) with HMAC signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-hmac
|
class |
SignedWithRsaJWTRepository
JSON Web Token (JWT) with RSA signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-rsa-signature
|
class |
SignedWithSecretBase64JWTRepository
JSON Web Token (JWT) with signature
https://github.com/jwtk/jjwt
|
class |
SignedWithSecretKeyJWTRepository
JSON Web Token (JWT) with signature
https://github.com/jwtk/jjwt
|
Copyright © 2018. All rights reserved.