Class: Zip::Encrypter
- Inherits:
-
Object
- Object
- Zip::Encrypter
- Defined in:
- lib/zip/crypto/encryption.rb
Overview
:nodoc:all
Direct Known Subclasses
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 |
#trailer ⇒ Object
5 6 7 |
# File 'lib/zip/crypto/encryption.rb', line 5 def trailer '' end |