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
420 421 422 |
# File 'lib/origami/encryption.rb', line 420 def decrypted @decrypted end |
Instance Method Details
#post_build ⇒ Object
422 423 424 425 426 |
# File 'lib/origami/encryption.rb', line 422 def post_build encrypt! super end |