public interface DecryptAeadRequest extends AeadRequest, IvSupplier, DigestSupplier
AeadAlgorithm
to decrypt ciphertext and perform integrity-protection with a supplied
decryption SecretKey
. Extends both IvSupplier
and DigestSupplier
to
ensure the respective required IV and AAD tag returned from an AeadResult
are available for decryption.getProvider, getSecureRandom
getPayload
getKey
getAssociatedData
getIv
getDigest
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.