Module: Origami::Encryption::EncryptedObject
- Included in:
- EncryptedStream, EncryptedString
- Defined in:
- lib/origami/encryption.rb
Overview
Module for encrypted PDF objects.
Instance Attribute Summary collapse
-
#decrypted ⇒ Object
:nodoc.
Instance Method Summary collapse
Instance Attribute Details
#decrypted ⇒ Object
:nodoc
356 357 358 |
# File 'lib/origami/encryption.rb', line 356 def decrypted @decrypted end |
Instance Method Details
#post_build ⇒ Object
358 359 360 361 362 |
# File 'lib/origami/encryption.rb', line 358 def post_build encrypt! super end |