| 程序包 | 说明 |
|---|---|
| org.apache.shiro.spring.boot.jwt.token |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SignedWithEcAndEncryptedWithAESJWTRepository
JSON Web Token (JWT) with EC signature and AES encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-ec-signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwe-with-shared-key
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
class |
SignedWithEcAndEncryptedWithRsaJWTRepository
JSON Web Token (JWT) with EC signature and RSA encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-ec-signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-rsa-encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
class |
SignedWithEdAndEncryptedWithAESJWTRepository
JSON Web Token (JWT) with Ed signature and AES encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-eddsa
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwe-with-shared-key
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
class |
SignedWithEdAndEncryptedWithRsaJWTRepository
JSON Web Token (JWT) with Ed signature and RSA encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-eddsa
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-rsa-encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
class |
SignedWithHamcAndEncryptedWithAESJWTRepository
JSON Web Token (JWT) with HMAC signature and RSA encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-hmac
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwe-with-shared-key
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
class |
SignedWithHamcAndEncryptedWithRsaJWTRepository
JSON Web Token (JWT) with HMAC signature and RSA encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-hmac
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-rsa-encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
class |
SignedWithRsaAndEncryptedWithAESJWTRepository
JSON Web Token (JWT) with RSA signature and RSA encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-rsa-signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwe-with-shared-key
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
class |
SignedWithRsaAndEncryptedWithRsaJWTRepository
JSON Web Token (JWT) with RSA signature and RSA encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-rsa-signature
https://www.connect2id.com/products/nimbus-jose-jwt/examples/jwt-with-rsa-encryption
https://www.connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt
|
Copyright © 2018. All rights reserved.