U:RDoc::AnyMethod[iI"auth_data=:ETI"OpenSSL::Cipher#auth_data=;TF: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [ I"ISets the cipher's additional authenticated data. This field must be ;TI"Kset when using AEAD cipher modes such as GCM or CCM. If no associated ;TI"Pdata shall be used, this method must *still* be called with a value of "". ;TI"KThe contents of this field should be non-sensitive data which will be ;TI"Padded to the ciphertext to generate the authentication tag which validates ;TI"$the contents of the ciphertext.;To:RDoc::Markup::BlankLineo; ; [ I"PThe AAD must be set prior to encryption or decryption. In encryption mode, ;TI"Mit must be set after calling Cipher#encrypt and setting Cipher#key= and ;TI"PCipher#iv=. When decrypting, the authenticated data must be set after key, ;TI"Piv and especially *after* the authentication tag has been set. I.e. set it ;TI"Donly after calling Cipher#decrypt, Cipher#key=, Cipher#iv= and ;TI"Cipher#auth_tag= first.;T: @fileI"ext/openssl/ossl_cipher.c;T:0@omit_headings_from_table_of_contents_below0I")cipher.auth_data = string -> string ;T0[I" (p1);T@FI" Cipher;TcRDoc::NormalClass00