public interface AeadRequest extends SecureRequest<InputStream,SecretKey>, AssociatedDataSupplier
AeadAlgorithm
to perform authenticated encryption with a supplied symmetric
SecretKey
, allowing for additional data to be authenticated and integrity-protected.SecureRequest
,
AssociatedDataSupplier
getProvider, getSecureRandom
getPayload
getKey
getAssociatedData
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.