Class: Zip::NullDecrypter

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

Overview

:nodoc:

Instance Method Summary collapse

Methods included from NullEncryption

#gp_flags, #header_bytesize

Instance Method Details

#decrypt(data) ⇒ Object



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

def decrypt(data)
  data
end

#reset!(_header) ⇒ Object



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

def reset!(_header); end