| Package | Description |
|---|---|
| io.jsonwebtoken.security |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AeadRequest
A request to an
AeadAlgorithm to perform authenticated encryption with a supplied symmetric
SecretKey, allowing for additional data to be authenticated and integrity-protected. |
interface |
DecryptAeadRequest
A request to an
AeadAlgorithm to decrypt ciphertext and perform integrity-protection with a supplied
decryption SecretKey. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.