Class | Archive::Zip::Codec::NullEncryption |
In: |
lib/archive/zip/codec/null_encryption.rb
|
Parent: | Object |
Archive::Zip::Codec::NullEncryption is a handle for an encryption codec which passes data through itself unchanged.
This method signature is part of the interface contract expected by Archive::Zip::Entry for encryption codec objects.
A convenience method for creating an Archive::Zip::Codec::NullEncryption::Decrypt object using that class’ open method.
This method signature is part of the interface contract expected by Archive::Zip::Entry for encryption codec objects.
A convenience method for creating an Archive::Zip::Codec::NullEncryption::Encrypt object using that class’ open method.
This method signature is part of the interface contract expected by Archive::Zip::Entry for encryption codec objects.
Returns an integer representing the general purpose flags of a ZIP archive entry using this encryption codec.
This method signature is part of the interface contract expected by Archive::Zip::Entry for encryption codec objects.
Returns the size of the encryption header in bytes.
This method signature is part of the interface contract expected by Archive::Zip::Entry for encryption codec objects.
Returns an integer which indicates the version of the official ZIP specification which introduced support for this encryption codec.