| Package | Description |
|---|---|
| io.jsonwebtoken.security |
| Modifier and Type | Method and Description |
|---|---|
AeadResult |
AeadResult.setIv(byte[] iv)
Sets the initialization vector used during encryption.
|
AeadResult |
AeadResult.setTag(byte[] tag)
Sets the AEAD authentication tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AeadAlgorithm.encrypt(AeadRequest req,
AeadResult res)
Encrypts plaintext and signs any
associated data, placing the resulting
ciphertext, initialization vector and authentication tag in the provided result. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.