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, getSecureRandomgetPayloadgetKeygetAssociatedDatagetIvgetDigestCopyright © 2014–2023 jsonwebtoken.io. All rights reserved.