Class: Zip::NullDecrypter

Inherits:
Decrypter show all
Includes:
NullEncryption
Defined in:
lib/zip/crypto/null_encryption.rb

Instance Method Summary collapse

Methods included from NullEncryption

#gp_flags, #header_bytesize

Instance Method Details

#decrypt(data) ⇒ Object



33
34
35
# File 'lib/zip/crypto/null_encryption.rb', line 33

def decrypt(data)
  data
end

#reset!(_header) ⇒ Object



37
# File 'lib/zip/crypto/null_encryption.rb', line 37

def reset!(_header); end