Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
OpenSSL
/
Cipher
/
//opt/alt/ruby27/share/ri/system/OpenSSL/Cipher/auth_tag-i.ri
U:RDoc::AnyMethod[iI" auth_tag:ETI"OpenSSL::Cipher#auth_tag;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"NGets the authentication tag generated by Authenticated Encryption Cipher ;TI"Pmodes (GCM for example). This tag may be stored along with the ciphertext, ;TI"Kthen set on the decryption cipher to authenticate the contents of the ;TI"Pciphertext against changes. If the optional integer parameter _tag_len_ is ;TI"Ogiven, the returned tag will be _tag_len_ bytes long. If the parameter is ;TI"Momitted, the default length of 16 bytes or the length previously set by ;TI"M#auth_tag_len= will be used. For maximum security, the longest possible ;TI"should be chosen.;To:RDoc::Markup::BlankLine o; ; [I">The tag may only be retrieved after calling Cipher#final.;T: @fileI"ext/openssl/ossl_cipher.c;T:0@omit_headings_from_table_of_contents_below0I"-cipher.auth_tag(tag_len = 16) -> String ;T0[ I"(p1 = v1);T@FI"Cipher;TcRDoc::NormalClass00