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



426
427
428
# File 'lib/origami/encryption.rb', line 426

def decrypted
  @decrypted
end

Instance Method Details

#post_buildObject



428
429
430
431
432
# File 'lib/origami/encryption.rb', line 428

def post_build
    encrypt!

    super
end