Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
AeadAlgorithm
A cryptographic algorithm that performs
Authenticated encryption with additional data.
|
interface |
MacAlgorithm
A
SecureDigestAlgorithm that uses symmetric SecretKey s to both compute and verify digests as
message authentication codes (MACs). |
interface |
SecretKeyAlgorithm
A
KeyAlgorithm that uses symmetric SecretKey s to obtain AEAD encryption and decryption keys. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.