Module: Origami::Encryption::EncryptedObject

Included in:
EncryptedStream, EncryptedString
Defined in:
lib/origami/encryption.rb

Overview

Module for encrypted PDF objects.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#decryptedObject

:nodoc



355
356
357
# File 'lib/origami/encryption.rb', line 355

def decrypted
  @decrypted
end

Instance Method Details

#post_buildObject



357
358
359
360
361
# File 'lib/origami/encryption.rb', line 357

def post_build
    encrypt!

    super
end