Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
DecryptAeadRequest
A request to an
AeadAlgorithm to decrypt ciphertext and perform integrity-protection with a supplied
decryption SecretKey . |
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–2024 jsonwebtoken.io. All rights reserved.