additionalAuthenticatedData property

List<int>? additionalAuthenticatedData
final

Additional value to be integrity protected by the authenticated encryption operation.

This can only be present when using the JWE JSON Serialization.

Note that this can also be achieved when using either the JWE Compact Serialization or the JWE JSON Serialization by including the AAD value as an integrity-protected Header Parameter value, but at the cost of the value being double base64url encoded.

Implementation

final List<int>? additionalAuthenticatedData;