Class: Zip::Encrypter

Inherits:
Object
  • Object
show all
Defined in:
lib/zip/crypto/encryption.rb

Overview

:nodoc:all

Direct Known Subclasses

AESEncrypter, NullEncrypter, TraditionalEncrypter

Instance Method Summary collapse

Instance Method Details

#crc(computed_crc) ⇒ Object



9
10
11
# File 'lib/zip/crypto/encryption.rb', line 9

def crc(computed_crc)
  computed_crc
end

#prepare_entry(_entry) ⇒ Object



13
# File 'lib/zip/crypto/encryption.rb', line 13

def prepare_entry(_entry); end

#trailerObject



5
6
7
# File 'lib/zip/crypto/encryption.rb', line 5

def trailer
  ''
end