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



420
421
422
# File 'lib/origami/encryption.rb', line 420

def decrypted
  @decrypted
end

Instance Method Details

#post_buildObject



422
423
424
425
426
# File 'lib/origami/encryption.rb', line 422

def post_build
    encrypt!

    super
end