| Interface | Description |
|---|---|
| DecryptionKeyResolver |
A callback interface for resolving the key (by looking at headers like "kid", for example) to use to decrypt the JWE.
|
| VerificationKeyResolver |
A callback interface for resolving the key (by looking at headers like "kid", for example) to use to verify the JWS signature.
|
| Class | Description |
|---|---|
| HttpsJwksVerificationKeyResolver | |
| JwksDecryptionKeyResolver | |
| JwksVerificationKeyResolver | |
| X509VerificationKeyResolver |
Copyright © 2016. All rights reserved.