class Epuber::EncryptionHandler::EncryptionItem
Attributes
Encryption algorithm (probably EncryptionHandler::ADOBE_OBFUSCATION or EncryptionHandler::IDPF_OBFUSCATION)
@return [String]
Absolute path to file (from root of EPUB)
@return [String]
Encryption key for this file
@return [String, nil]
Public Class Methods
Source
# File lib/epuber/from_file/encryption_handler.rb, line 31 def initialize(algorithm, file_path) @algorithm = algorithm @file_path = file_path end
@param [String] algorithm @param [String] file_path