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
355 356 357 |
# File 'lib/origami/encryption.rb', line 355 def decrypted @decrypted end |
Instance Method Details
#post_build ⇒ Object
357 358 359 360 361 |
# File 'lib/origami/encryption.rb', line 357 def post_build encrypt! super end |