Class/Module Index [+]

Quicksearch

Origami::Encryption::EncryptedObject

Module for encrypted PDF objects.

Attributes

algorithm[W]
decrypted[RW]
encryption_handler[W]
encryption_key[W]

Public Class Methods

extended(obj) click to toggle source
# File lib/origami/encryption.rb, line 426
def self.extended(obj)
  obj.decrypted = false
end

Public Instance Methods

post_build() click to toggle source
# File lib/origami/encryption.rb, line 430
def post_build
  encrypt!

  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.