interfacecrypto.DecipherAEADMethodsinterface DecipherAEADMethodssetAAD(buffer: BinaryLike,options?: { encoding: BufferEncoding; plaintextLength: number }): this;setAuthTag(buffer: BinaryLike,encoding?: BufferEncoding): this;