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 . |
interface |
DecryptionKeyRequest<K extends Key>
A
KeyRequest to obtain a decryption key that will be used to decrypt a JWE using an AeadAlgorithm . |
interface |
KeyResult
The result of a
KeyAlgorithm encryption key request, containing the resulting
JWE encrypted key and JWE Content Encryption Key (CEK) , concepts defined in
JWE Terminology. |
interface |
SecureRequest<T,K extends Key>
A request to a cryptographic algorithm requiring a
Key . |
interface |
VerifySecureDigestRequest<K extends Key>
A request to a
SecureDigestAlgorithm to verify a previously-computed
digital signature or
message
authentication code. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.