method GeneralEncrypt.prototype.setAdditionalAuthenticatedDataimport { GeneralEncrypt } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts"; setAdditionalAuthenticatedData(aad: Uint8Array): thisSets the Additional Authenticated Data on the GeneralEncrypt object. Parametersaad: Uint8ArrayAdditional Authenticated Data. Returnsthis