interfacecrypto.CipherAEADMethodsinterface CipherAEADMethodsgetAuthTag(): NonSharedBuffer;setAAD(buffer: BinaryLike,options?: { encoding: BufferEncoding; plaintextLength: number }): this;